Flowdock
method

assert_no_migration

Importance_1
v3.0.9 - Show latest stable - 0 notes - 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"
Show source
Register or log in to add new notes.