We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bba600 + 4f7f5e7 commit 916f984Copy full SHA for 916f984
guides/source/testing.md
@@ -91,7 +91,7 @@ NOTE: Your tests are run under `RAILS_ENV=test`. This is set by Rails automatica
91
### Writing Your First Test
92
93
We introduced the `bin/rails generate model` command in the [Getting Started
94
-with Rails](getting_started.html#mvc-and-you-generating-a-model) guide.
+with Rails](getting_started.html#creating-a-database-model) guide.
95
Alongside creating a model, this command also creates a test stub in the `test`
96
directory:
97
0 commit comments