From 8c6c59980bc82dc2177147f2fe34adf8bfbc1539 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 24 Aug 2015 12:17:07 +0200 Subject: Model::Prediction with tests, initial indexes --- test/setup.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/setup.rb') diff --git a/test/setup.rb b/test/setup.rb index 379fa53..538853d 100644 --- a/test/setup.rb +++ b/test/setup.rb @@ -3,4 +3,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 +$mongo.database.drop +$gridfs = $mongo.database.fs # recreate GridFS indexes -- cgit v1.2.3