method
assert_no_migration
v3.0.0 -
Show latest stable
- Class:
Rails::Generators::TestCase
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_file "config/random.rb"