Remove warning since webrat is emitting tons of them

This commit is contained in:
José Valim 2013-05-07 08:22:06 -06:00
parent ef2a2280a3
commit c78b4b40c1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Rake::TestTask.new(:test) do |t|
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
t.warning = true
t.warning = false
end
desc 'Generate documentation for Devise.'