mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
No need to add lib to tests
This commit is contained in:
parent
1c9ab8fd24
commit
771b70aa84
1
Rakefile
1
Rakefile
@ -4,7 +4,6 @@ require "rake/testtask"
|
|||||||
|
|
||||||
desc 'Run tests'
|
desc 'Run tests'
|
||||||
Rake::TestTask.new(:test) do |t|
|
Rake::TestTask.new(:test) do |t|
|
||||||
t.libs << 'lib'
|
|
||||||
t.libs << 'test'
|
t.libs << 'test'
|
||||||
t.pattern = 'test/**/*_test.rb'
|
t.pattern = 'test/**/*_test.rb'
|
||||||
t.verbose = true
|
t.verbose = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user