diff options
author | Zachary Scott <e@zzak.io> | 2015-01-02 12:19:52 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-01-02 12:19:52 -0800 |
commit | de1c1a6f7b14ea1421aedc5e916833ccb050f4b5 (patch) | |
tree | 840e0db2591bec5a562280e55cbe35b76d9db12e /guides | |
parent | 843fc997865566ff939f2d96871a8fce7f241ea5 (diff) | |
download | rails-de1c1a6f7b14ea1421aedc5e916833ccb050f4b5.tar.gz rails-de1c1a6f7b14ea1421aedc5e916833ccb050f4b5.tar.bz2 rails-de1c1a6f7b14ea1421aedc5e916833ccb050f4b5.zip |
Revert part of 996e646bd8cff3bcf2b13863439f48d3e744cdae [ci skip]
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: |