Initial commit
This commit is contained in:
commit
2f0316d05f
12 changed files with 426 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/*_test.rb'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue