mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Move serializer tests into their own directory.
It'd be nice to keep some hygene here.
This commit is contained in:
parent
729a823868
commit
c6eea916ad
2
Rakefile
2
Rakefile
@ -4,7 +4,7 @@ require 'rake/testtask'
|
|||||||
|
|
||||||
Rake::TestTask.new do |t|
|
Rake::TestTask.new do |t|
|
||||||
t.libs << "test"
|
t.libs << "test"
|
||||||
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 = ['-r./test/test_helper.rb']
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user