Skip to content

Commit

Permalink
Use 2.x and 3.x happy rspec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Feb 19, 2015
1 parent 6f5ce08 commit 7bb0d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/rspec.rake
Expand Up @@ -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

Expand Down

0 comments on commit 7bb0d7e

Please sign in to comment.