Skip to content

Commit

Permalink
run rspec with warnings enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 22, 2011
1 parent 678c38b commit 6f6568b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -25,6 +25,7 @@ task :default => [:compile, :spec]
desc "Run all specs"
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
t.ruby_opts = '-w'
end

desc "Run all specs, with coverage testing"
Expand Down

0 comments on commit 6f6568b

Please sign in to comment.