mirror of
https://github.com/dkam/suo.git
synced 2025-01-29 07:42:43 +00:00
make test the default rake command
This commit is contained in:
3
Rakefile
3
Rakefile
@@ -1,7 +1,8 @@
|
|||||||
require "bundler/gem_tasks"
|
require "bundler/gem_tasks"
|
||||||
require "rake/testtask"
|
require "rake/testtask"
|
||||||
|
|
||||||
|
task default: :test
|
||||||
Rake::TestTask.new do |t|
|
Rake::TestTask.new do |t|
|
||||||
t.libs << "test"
|
t.libs << "test"
|
||||||
t.pattern = "test/*_test.rb"
|
t.pattern = "test/**/*_test.rb"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user