Add Rakefile
This commit is contained in:
parent
4c0dd454b5
commit
46c47b5d2d
1 changed files with 5 additions and 0 deletions
5
Rakefile
Normal file
5
Rakefile
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
require 'rake/testtask'
|
||||||
|
|
||||||
|
Rake::TestTask.new do |task|
|
||||||
|
task.pattern = '*_test.rb'
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue