Merge branch 'production'
This commit is contained in:
commit
84daaf1b6c
1 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
task :default => :spec
|
||||
begin
|
||||
require 'rspec/core/rake_task'
|
||||
RSpec::Core::RakeTask.new(:spec)
|
||||
task :default => :spec
|
||||
rescue LoadError
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue