Rakefile in kosher-0.5.0 vs Rakefile in kosher-0.6.0
- old
+ new
@@ -3,10 +3,9 @@
Bundler::GemHelper.install_tasks
desc 'Run all specs in spec directory'
RSpec::Core::RakeTask.new(:spec) do |spec|
- spec.rspec_opts = %w(-fd -c)
spec.pattern = 'spec/**/*_spec.rb'
end
task :default => :spec