summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
authorch <ch@ch-test2>2015-08-18 16:37:09 +0200
committerch <ch@ch-test2>2015-08-18 16:37:09 +0200
commit4067d78c78c1f503b5f21d043ece8042260a3d78 (patch)
tree1bf9e2ead59676009a91058d8cd6c301f27549c8 /test/compound.rb
parent4f622dd05299c3812286e11e8fce3e656e21ef29 (diff)
initial installation fixes, installs on Debian 3.16.7
Diffstat (limited to 'test/compound.rb')
-rw-r--r--test/compound.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compound.rb b/test/compound.rb
index b45e3d0..40b9f9e 100644
--- a/test/compound.rb
+++ b/test/compound.rb
@@ -83,7 +83,7 @@ class CompoundTest < MiniTest::Test
end
def test_neighbors
- d = Dataset.from_csv_file "data/EPAFHM.csv"
+ d = Dataset.from_csv_file File.join(DATA_DIR,"EPAFHM.csv")
d.compounds.each do |c|
refute_nil c.fp4
end