Skip to content

Commit

Permalink
Fix to rspec config
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Nov 6, 2010
1 parent 13b6f29 commit 05d74e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,5 +8,5 @@ task :default => :spec
desc "Run all specs"
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
t.rspec_opts = ["-c", "-f progress", "-r ./spec/spec_helper.rb"]
t.rspec_opts = ["-c", "-f progress"]
end

0 comments on commit 05d74e6

Please sign in to comment.