diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/documents.yaml | 1 | ||||
-rw-r--r-- | guides/source/getting_started.md | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 134e9ddad2..52de98ee52 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -85,6 +85,7 @@ description: This guide provides you with all you need to get started in creating, enqueueing and executing background jobs. - name: Testing Rails Applications + work_in_progress: true url: testing.html description: This is a rather comprehensive guide to the various testing facilities in Rails. It covers everything from 'What is a test?' to the testing APIs. Enjoy. - diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index e803f95911..03a4703cb8 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -2039,9 +2039,6 @@ What's Next? Now that you've seen your first Rails application, you should feel free to update it and experiment on your own. -We recommend next that you read [A Guide to Testing Rails Applications](testing.html), -for a deep dive into Rails testing facilities and approaches. - Remember you don't have to do everything without help. As you need assistance getting up and running with Rails, feel free to consult these support resources: |