mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Always be warning
This commit is contained in:
parent
daabb89fe0
commit
0d7def6a44
3
Rakefile
3
Rakefile
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user