summaryrefslogtreecommitdiff
path: root/test/test_openbabel.rb
diff options
context:
space:
mode:
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