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'
|
begin
|
||||||
RSpec::Core::RakeTask.new(:spec)
|
require 'rspec/core/rake_task'
|
||||||
task :default => :spec
|
RSpec::Core::RakeTask.new(:spec)
|
||||||
|
task :default => :spec
|
||||||
|
rescue LoadError
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue