Change comment to reflect new migration table name method.

This commit is contained in:
Ernesto Tagwerker 2017-03-21 09:28:43 -04:00
parent a2f3faf132
commit 33bd61c277

View file

@ -40,7 +40,7 @@ module DatabaseCleaner
Truncation.new.clean
end
it "should use ActiveRecord's schema_migrations_table_name" do
it "should use ActiveRecord's SchemaMigration.table_name" do
connection.stub(:database_cleaner_table_cache).and_return(%w[pre_schema_migrations_suf widgets dogs])
::ActiveRecord::Base.stub(:table_name_prefix).and_return('pre_')
::ActiveRecord::Base.stub(:table_name_suffix).and_return('_suf')