aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-30 11:13:20 -0800
committerZachary Scott <e@zzak.io>2014-12-30 11:13:20 -0800
commit996e646bd8cff3bcf2b13863439f48d3e744cdae (patch)
tree3a072409ad20fae6bfc39487f4db6b6323a490c4 /guides/source/getting_started.md
parent5c35f704d1ceca98c39b4ad3b08fee432e943afd (diff)
downloadrails-996e646bd8cff3bcf2b13863439f48d3e744cdae.tar.gz
rails-996e646bd8cff3bcf2b13863439f48d3e744cdae.tar.bz2
rails-996e646bd8cff3bcf2b13863439f48d3e744cdae.zip
The Guide to Testing Rails Applications is published! :tada: :tada: [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 36947d086a..ff6e0db480 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -2034,9 +2034,14 @@ What's Next?
------------
Now that you've seen your first Rails application, you should feel free to
-update it and experiment on your own. But 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:
+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:
* The [Ruby on Rails Guides](index.html)
* The [Ruby on Rails Tutorial](http://railstutorial.org/book)