test/test_helper.rb in bigamy-0.1.1 vs test/test_helper.rb in bigamy-0.1.2
- old
+ new
@@ -20,8 +20,10 @@
end
class User < ActiveRecord::Base
end
+Other = User
+
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'bigamy'
- old
+ new