From 08b80fa9f079ee694638a2f1e40e53822c1e1e4d Mon Sep 17 00:00:00 2001 From: Katsuhiko Nishimra Date: Wed, 1 May 2013 01:36:11 +0900 Subject: Loadpath workaround --- test/test_openbabel.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/test_openbabel.rb b/test/test_openbabel.rb index 40f0cf9..ed4a19b 100644 --- a/test/test_openbabel.rb +++ b/test/test_openbabel.rb @@ -1,4 +1,7 @@ require 'test/unit' + +$:.unshift File.expand_path('../../lib', __FILE__) +$:.unshift File.expand_path('../../ext', __FILE__) require 'openbabel' include OpenBabel -- cgit v1.2.3