]> git.donarmstrong.com Git - biopieces.git/commitdiff
cleaning up old ruby trunk
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 13 May 2011 19:55:33 +0000 (19:55 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 13 May 2011 19:55:33 +0000 (19:55 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1406 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/Rakefile [new file with mode: 0644]

diff --git a/code_ruby/Rakefile b/code_ruby/Rakefile
new file mode 100644 (file)
index 0000000..17437ab
--- /dev/null
@@ -0,0 +1,6 @@
+require 'rake/testtask'
+
+Rake::TestTask.new("test") do |t|
+  t.pattern = "test/maasha/test_*.rb"
+  t.warning = true
+end