diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2014-02-10 19:44:08 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2014-02-10 19:44:08 -0200 |
commit | 38321b114e87a2fc8560f7651890aa1b7c2c2362 (patch) | |
tree | 602768c7011b875728ccaec4e07a12e04cef5dc2 /test/helper.rb | |
parent | 048d6c0aefec9f233a77e9160f426cf2fed1b7f6 (diff) | |
parent | 1ebacd299c5152d367692373faffa93c0a7fe1f1 (diff) | |
download | rails-38321b114e87a2fc8560f7651890aa1b7c2c2362.tar.gz rails-38321b114e87a2fc8560f7651890aa1b7c2c2362.tar.bz2 rails-38321b114e87a2fc8560f7651890aa1b7c2c2362.zip |
Merge branch 'remove-deprecated'
Diffstat (limited to 'test/helper.rb')
-rw-r--r-- | test/helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper.rb b/test/helper.rb index f13596f9ec..1292c09a08 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -4,7 +4,7 @@ require 'fileutils' require 'arel' require 'support/fake_record' -Arel::Table.engine = Arel::Sql::Engine.new(FakeRecord::Base.new) +Arel::Table.engine = FakeRecord::Base.new class Object def must_be_like other |