method
assert_no_migration
v7.2.3 -
Show latest stable
- Class:
Rails::Generators::Testing::Assertions
assert_no_migration(relative)public
Asserts a given migration does not exist. You need to supply an absolute path or a path relative to the configured destination:
assert_no_migration "db/migrate/create_products.rb"