Rakefile in phocoder-rails-0.0.36 vs Rakefile in phocoder-rails-0.0.37
- old
+ new
@@ -37,10 +37,10 @@
end
RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rcov = true
- spec.spec_opts = ['--color']
+ spec.rspec_opts = ['--color']
spec.rcov_opts = ['--exclude', '^spec,/gems/,/\.bundler/']
end
task :default => :spec