Rakefile in bigfiles-0.0.3 vs Rakefile in bigfiles-0.1.0
- old
+ new
@@ -14,10 +14,10 @@
end
desc 'Run features'
RSpec::Core::RakeTask.new(:feature) do |task|
task.pattern = 'feature/**/*_spec.rb'
- task.rspec_opts = "--format doc"
+ task.rspec_opts = '--format doc'
end
task :clear_metrics do |_t|
ret =
system('git checkout coverage/.last_run.json metrics/*_high_water_mark')