summaryrefslogtreecommitdiff
path: root/test/setup.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-24 13:05:53 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-24 13:05:53 +0200
commitb2d80ad2e470fcb41af4b747142e5693f2fa4615 (patch)
tree0bf14d8ee8acba4609354e576a03736f085ae720 /test/setup.rb
parentc90644211e214a50f6fdb3a936bf247f45f1f4be (diff)
dataset tests fixed
Diffstat (limited to 'test/setup.rb')
-rw-r--r--test/setup.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/setup.rb b/test/setup.rb
index 6c97282..e7c32b4 100644
--- a/test/setup.rb
+++ b/test/setup.rb
@@ -5,5 +5,5 @@ require_relative '../lib/lazar.rb'
include OpenTox
TEST_DIR ||= File.expand_path(File.dirname(__FILE__))
DATA_DIR ||= File.join(TEST_DIR,"data")
-#$mongo.database.drop
-#$gridfs = $mongo.database.fs
+$mongo.database.drop
+$gridfs = $mongo.database.fs