1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

enable warnings by default

This commit is contained in:
Vipul A M 2013-04-18 11:07:36 +05:30
parent 93013c2e89
commit da70348662

View file

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