summaryrefslogtreecommitdiff
path: root/test/test_openbabel.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-03-30 20:03:46 +0200
committerChristoph Helma <helma@in-silico.ch>2016-03-30 20:03:46 +0200
commit4b10c8721c821b53f9defab49cde0f94067a32ab (patch)
tree1e41c5be4b56182484204915b5715f2f312e5741 /test/test_openbabel.rb
parentb2094369d3352a6d4ff0a928a206a62015e36b61 (diff)
require path fixed
Diffstat (limited to 'test/test_openbabel.rb')
-rw-r--r--test/test_openbabel.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_openbabel.rb b/test/test_openbabel.rb
index 7e072af..4e767d4 100644
--- a/test/test_openbabel.rb
+++ b/test/test_openbabel.rb
@@ -1,9 +1,6 @@
require 'test/unit'
-$:.unshift File.expand_path('../../lib', __FILE__)
-$:.unshift File.expand_path('../../ext', __FILE__)
require 'openbabel'
-#require_relative '../openbabel/lib/openbabel'
include OpenBabel
class OBTest < Test::Unit::TestCase