# These thingies are only used in test mode. if ENV["RAILS_ENV"] == 'test' require 'test_addiction' Test::Unit::TestCase.send :include, TestAddiction::AssertionAdditions ActiveRecord::Base.send :include, TestAddiction::ActiveRecordAdditions end