summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-10-06 09:52:59 +0200
committerChristoph Helma <helma@in-silico.de>2009-10-06 09:52:59 +0200
commitf801199e5d17c95f6ae3da7917ff5ddcdf63b86c (patch)
tree2e02ec02292a4c8b697399cd9a83949781279555 /Rakefile
parent76948b1a6ac9f48edb783c8cb1126dbeed3df4b4 (diff)
Passes tests in opentox-test
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e8ed9f4..b804237 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,5 +1,7 @@
require 'rubygems'
require 'rake'
+require 'opentox-ruby-api-wrapper'
+require 'tasks/opentox'
@gems = "sinatra rest-client emk-sinatra-url-for cehoffman-sinatra-respond_to"
@@ -36,6 +38,6 @@ end
desc "Run tests"
task :test do
- load 'test.rb'
+ load 'test/test.rb'
end