summaryrefslogtreecommitdiff
path: root/test/rest.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-01-12 12:55:40 +0100
committerChristoph Helma <helma@in-silico.ch>2012-01-12 12:55:40 +0100
commit17c5833fbaa7f06b0b7f13494bd2649fd75e35f3 (patch)
tree001be2376e88bcd1d09ea6e7dd1c371ff0fb294e /test/rest.rb
parente84a1b439e63ae3ed3b4bc3bc78261f95daf9ab7 (diff)
feature test added, version reset to 0.0.1
Diffstat (limited to 'test/rest.rb')
-rw-r--r--test/rest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rest.rb b/test/rest.rb
index 576e712..1000b4e 100644
--- a/test/rest.rb
+++ b/test/rest.rb
@@ -1,6 +1,6 @@
$LOAD_PATH << File.expand_path( File.dirname(__FILE__) + '/../lib' )
require 'rubygems'
-require 'opentox.rb'
+require 'opentox-ruby-minimal.rb'
require 'test/unit'
class RestTest < Test::Unit::TestCase