assert_no_migration(relative)
Instance Public methods
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"
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"
Please login to continue.