Fixed driver spec running twice during rake

This commit is contained in:
Joe Ferris 2011-03-11 11:23:19 -05:00
parent e28cc06cab
commit 54d121f1a2
1 changed files with 1 additions and 1 deletions

View File

@ -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