removing unused setup

This commit is contained in:
Aaron Patterson
2010-12-03 11:51:33 -08:00
parent 47737681fd
commit 399730bdd2

View File

@@ -1652,10 +1652,6 @@ if ActiveRecord::Base.connection.supports_migrations?
end
class InterleavedMigrationsTest < ActiveRecord::TestCase
def setup
#Object.send(:remove_const, :PeopleHaveLastNames)
end
def test_migrator_interleaved_migrations
ActiveRecord::Migrator.up(MIGRATIONS_ROOT + "/interleaved/pass_1")