summaryrefslogtreecommitdiff
path: root/test/setup.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-09-26 15:31:01 +0200
committerChristoph Helma <helma@in-silico.ch>2016-09-26 15:32:07 +0200
commit082638e0abbb48316553e02957a24823b18289c9 (patch)
tree5c310b8093ffdf348d7e277b13021e93b5a42c73 /test/setup.rb
parent96ca0eec8bfce8f95ea1d36de7ede61f7c12e517 (diff)
resource_not_found_error changed to not_found_error to match new RestClient errors
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