summaryrefslogtreecommitdiff
path: root/test/setup.rb
blob: 382528215a6ce334fafd0de3d90950a8df296426 (plain)
1
2
3
4
5
6
7
8
ENV["LAZAR_ENV"] = "development"
require 'minitest/autorun'
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