Skip to content

Commit 916f984

Browse files
authored
Merge pull request rails#54282 from Begina/patch-1
Update link to Getting Started guide in Testing Rails guide [ci skip]
2 parents 7bba600 + 4f7f5e7 commit 916f984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ NOTE: Your tests are run under `RAILS_ENV=test`. This is set by Rails automatica
9191
### Writing Your First Test
9292

9393
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.
94+
with Rails](getting_started.html#creating-a-database-model) guide.
9595
Alongside creating a model, this command also creates a test stub in the `test`
9696
directory:
9797

0 commit comments

Comments
 (0)