Always be warning

This commit is contained in:
Benjamin Fleischer 2016-03-14 21:55:20 -05:00
parent daabb89fe0
commit 0d7def6a44

View File

@ -41,8 +41,9 @@ require 'rake/testtask'
Rake::TestTask.new do |t| Rake::TestTask.new do |t|
t.libs << 'test' t.libs << 'test'
t.libs << 'lib'
t.test_files = FileList['test/**/*_test.rb'] t.test_files = FileList['test/**/*_test.rb']
t.ruby_opts = ['-r./test/test_helper.rb'] t.ruby_opts = ['-w -r./test/test_helper.rb']
t.verbose = true t.verbose = true
end end