Include all tests in run
This commit is contained in:
Родитель
fd3d2fa200
Коммит
b971627acc
2
Rakefile
2
Rakefile
|
@ -3,7 +3,7 @@ require 'rake/testtask'
|
|||
|
||||
Rake::TestTask.new do |t|
|
||||
t.libs << "test"
|
||||
t.pattern = "test/*_test.rb"
|
||||
t.pattern = "test/**/*_test.rb"
|
||||
end
|
||||
|
||||
task :default => :test
|
||||
|
|
Загрузка…
Ссылка в новой задаче