summaryrefslogtreecommitdiff
path: root/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 12:37:46 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 12:37:46 +0100
commitc9efdf4de040d6012042b9cd99d1d2deea21d890 (patch)
tree5ddfcfd867160ef29e7ebf9efd207be7d7752560 /all.rb
parent3f73837d5f7eaca5e58844c8151d8387d1fab016 (diff)
opentox-ruby instead of opentox-ruby-api-wrapper
Diffstat (limited to 'all.rb')
-rw-r--r--all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.rb b/all.rb
index 54526c9..8712794 100644
--- a/all.rb
+++ b/all.rb
@@ -1,6 +1,6 @@
require 'rubygems'
require 'test/unit'
-require 'opentox-ruby-api-wrapper'
+require 'opentox-ruby'
require './compound.rb'
require './feature.rb'
require './dataset.rb'