test/test_helper.rb in documentcloud-cloud-crowd-0.0.2 vs test/test_helper.rb in documentcloud-cloud-crowd-0.0.3
- old
+ new
@@ -1,10 +1,8 @@
require 'rubygems'
here = File.dirname(__FILE__)
require File.expand_path(here + "/../lib/cloud-crowd")
-require 'cloud_crowd/app'
-
CloudCrowd.configure(here + '/config/config.yml')
CloudCrowd.configure_database(here + '/config/database.yml')
require 'faker'
require 'sham'