test/test_helper.rb in has_emails-0.1.3 vs test/test_helper.rb in has_emails-0.1.4
- old
+ new
@@ -6,8 +6,8 @@
# Run the migrations
ActiveRecord::Migrator.migrate("#{Rails.root}/db/migrate")
# Mixin the factory helper
require File.expand_path("#{File.dirname(__FILE__)}/factory")
-class Test::Unit::TestCase #:nodoc:
+Test::Unit::TestCase.class_eval do
include Factory
end