Skip to content

Commit

Permalink
Fixed driver spec running twice during rake
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Mar 11, 2011
1 parent e28cc06 commit 54d121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ file 'bin/webkit_server' => :build

unless ENV["BUILD"]
RSpec::Core::RakeTask.new do |t|
t.pattern = "spec/{*_spec.rb,**/*_spec.rb}"
t.pattern = "spec/**/*_spec.rb"
t.rspec_opts = "--format progress"
end

Expand Down

0 comments on commit 54d121f

Please sign in to comment.