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:
parent
93013c2e89
commit
da70348662
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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.'
|
||||
|
|
Loading…
Reference in a new issue