Skip to content

Commit

Permalink
Enable warnings on spec task
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 5, 2013
1 parent ac28193 commit b2f9644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -5,6 +5,7 @@ require 'cucumber/rake/task'

RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
t.ruby_opts = %w[-w]
end

Cucumber::Rake::Task.new(:cucumber) do |t|
Expand Down

0 comments on commit b2f9644

Please sign in to comment.