test/test_helper.rb in encrypted_attributes-0.1.2 vs test/test_helper.rb in encrypted_attributes-0.1.3
- 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