From: martinahansen Date: Fri, 13 May 2011 19:55:33 +0000 (+0000) Subject: cleaning up old ruby trunk X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bebda05c1fa193ac22f7f198961b58725ea4c5c1;p=biopieces.git cleaning up old ruby trunk git-svn-id: http://biopieces.googlecode.com/svn/trunk@1406 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_ruby/Rakefile b/code_ruby/Rakefile new file mode 100644 index 0000000..17437ab --- /dev/null +++ b/code_ruby/Rakefile @@ -0,0 +1,6 @@ +require 'rake/testtask' + +Rake::TestTask.new("test") do |t| + t.pattern = "test/maasha/test_*.rb" + t.warning = true +end