summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
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