Rakefile in fassbinder-0.0.8 vs Rakefile in fassbinder-0.0.9
- old
+ new
@@ -3,9 +3,10 @@
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