Skip to content

Commit

Permalink
Turning on warnings in "rake test" for railties
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Apr 1, 2013
1 parent 3f35924 commit 9be7ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace :test do
"#{File.dirname(__FILE__)}/../actionpack/lib",
"#{File.dirname(__FILE__)}/../activemodel/lib"
]
ruby "-I#{dash_i.join ':'}", file
ruby "-w", "-I#{dash_i.join ':'}", file
end
end
end
Expand Down

0 comments on commit 9be7ad9

Please sign in to comment.