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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_openbabel.rb b/test/test_openbabel.rb
index ed4a19b..7e072af 100644
--- a/test/test_openbabel.rb
+++ b/test/test_openbabel.rb
@@ -3,6 +3,7 @@ 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