summaryrefslogtreecommitdiff
path: root/lazar.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 /lazar.rb
parent3f73837d5f7eaca5e58844c8151d8387d1fab016 (diff)
opentox-ruby instead of opentox-ruby-api-wrapper
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazar.rb b/lazar.rb
index bfa372d..4779c4f 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-require 'opentox-ruby-api-wrapper'
+require 'opentox-ruby'
require 'test/unit'
class LazarTest < Test::Unit::TestCase