From 4dfe213d0fcaf5e665aa624686c13e08849059db Mon Sep 17 00:00:00 2001 From: Zuhao Wan Date: Tue, 22 Jul 2014 17:24:31 +0800 Subject: Remove redundant that already happened in teardown. --- activerecord/test/cases/attribute_decorators_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/test/cases/attribute_decorators_test.rb b/activerecord/test/cases/attribute_decorators_test.rb index b352d1a6c2..cbc2c4e5d7 100644 --- a/activerecord/test/cases/attribute_decorators_test.rb +++ b/activerecord/test/cases/attribute_decorators_test.rb @@ -45,7 +45,6 @@ module ActiveRecord test "decoration does not eagerly load existing columns" do assert_no_queries do - Model.reset_column_information Model.decorate_attribute_type(:a_string, :test) { |t| StringDecorator.new(t) } end end -- cgit v1.2.3