summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatsuhiko Nishimra <ktns.87@gmail.com>2013-05-01 01:36:11 +0900
committerKatsuhiko Nishimra <ktns.87@gmail.com>2013-05-01 01:36:11 +0900
commit08b80fa9f079ee694638a2f1e40e53822c1e1e4d (patch)
treec177b47d153c013dbf22d59ca5f84b358c742d69
parent14b7adcf544f989209c28ac426c4e9dfe4be3790 (diff)
Loadpath workaround
-rw-r--r--test/test_openbabel.rb3
1 files changed, 3 insertions, 0 deletions
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