The Guide to Testing Rails Applications is published! 🎉 🎉 [ci skip]

This commit is contained in:
Zachary Scott 2014-12-30 11:13:20 -08:00
parent 5c35f704d1
commit 996e646bd8
2 changed files with 9 additions and 5 deletions

View File

@ -86,8 +86,7 @@
-
name: Testing Rails Applications
url: testing.html
work_in_progress: true
description: This is a rather comprehensive guide to doing both unit and functional tests in Rails. It covers everything from 'What is a test?' to the testing APIs. Enjoy.
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.
-
name: Securing Rails Applications
url: security.html

View File

@ -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)