Skip to content

Instantly share code, notes, and snippets.

View mepatterson's full-sized avatar

M. E. Patterson mepatterson

View GitHub Profile
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'test_help'
require 'shoulda'
require File.expand_path(File.dirname(__FILE__) + "/blueprints.rb")
class ActiveSupport::TestCase
# Drop all collections after each test case.
def teardown