Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/rspec.rake
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ namespace :spec do

permute_specs "regression", compile_flags do |t|
t.rspec_opts ||= []
t.rspec_opts << '-f s'
t.rspec_opts << '--format documentation '
t.pattern = 'spec/regression/**/*_spec.rb'
end

0 comments on commit c003d7c

Please sign in to comment.