From b2094369d3352a6d4ff0a928a206a62015e36b61 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 30 Mar 2016 19:50:48 +0200 Subject: uses master branch from https://github.com/openbabel/openbabel.git, simplified installation, workarounds for previous versions removed --- test/test_openbabel.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_openbabel.rb') 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 -- cgit v1.2.3