X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=code_ruby%2FRakefile;h=d685516c2cefe2db133413ed753528b90579b2f4;hb=59c0c522f4a4452b0951f33794dc797c4bcaecfe;hp=17437ab807f82003f21bb1d7bb2c3d52aae75295;hpb=bebda05c1fa193ac22f7f198961b58725ea4c5c1;p=biopieces.git diff --git a/code_ruby/Rakefile b/code_ruby/Rakefile index 17437ab..d685516 100644 --- a/code_ruby/Rakefile +++ b/code_ruby/Rakefile @@ -1,6 +1,8 @@ require 'rake/testtask' -Rake::TestTask.new("test") do |t| - t.pattern = "test/maasha/test_*.rb" +task :default => "test" + +Rake::TestTask.new do |t| + t.test_files = FileList["test/**/test_*.rb"] t.warning = true end