Fix test failures

The previous commit changes the state of the class, and while we are
cleaning up the database, I forgot to clean up the class
This commit is contained in:
Sean Griffin 2015-11-07 08:44:29 -07:00
parent 9deb6ababe
commit 986f79a446

@ -977,5 +977,6 @@ def test_reset_column_information_resets_children
assert_equal "bar", child.new(foo: :bar).foo
ensure
ActiveRecord::Base.connection.remove_column(:topics, :foo)
Topic.reset_column_information
end
end