From 082638e0abbb48316553e02957a24823b18289c9 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 26 Sep 2016 15:31:01 +0200 Subject: resource_not_found_error changed to not_found_error to match new RestClient errors --- test/setup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/setup.rb') 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 -- cgit v1.2.3