Added test suite generator for ruby
This commit is contained in:
parent
8bd6671f90
commit
6a35872470
7 changed files with 1091 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
require 'rake/testtask'
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.pattern = "test/*_test.rb"
|
||||
#t.pattern = "test/*_test.rb"
|
||||
t.test_files = FileList['test/*_test.rb']
|
||||
end
|
||||
|
||||
task :default => [:test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue