Skip to content

Commit

Permalink
add -w flag when running rake spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 29, 2011
1 parent 659887e commit 4229554
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ require "cucumber/rake/task"
Cucumber::Rake::Task.new(:cucumber)

desc "Run non-ui examples"
RSpec::Core::RakeTask.new(:spec)
RSpec::Core::RakeTask.new(:spec) do |t|
t.ruby_opts = '-w'
end

namespace :spec do
desc "Run ui examples"
Expand Down

0 comments on commit 4229554

Please sign in to comment.