mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
corrected a mistake in the documentation for assert_migration
This commit is contained in:
@@ -114,7 +114,7 @@ module Rails
|
||||
end
|
||||
alias :assert_no_directory :assert_no_file
|
||||
|
||||
# Asserts a given file does not exist. You need to supply an absolute path or a
|
||||
# Asserts a given migration exists. You need to supply an absolute path or a
|
||||
# path relative to the configured destination:
|
||||
#
|
||||
# assert_migration "db/migrate/create_products.rb"
|
||||
|
||||
Reference in New Issue
Block a user