diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-06-30 17:19:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-30 17:19:16 -0300 |
commit | f18019d87696e9050172ccd8fbf3e227cd76a6db (patch) | |
tree | 10ef80219a9cb3acb1f4a55e44a572b6be9bc546 | |
parent | 4fe3679f0fc7d29c469e3864f333560531e7e8a2 (diff) | |
parent | 1cf1d02357902a986f752da3f6586d7f27510f87 (diff) | |
download | rails-f18019d87696e9050172ccd8fbf3e227cd76a6db.tar.gz rails-f18019d87696e9050172ccd8fbf3e227cd76a6db.tar.bz2 rails-f18019d87696e9050172ccd8fbf3e227cd76a6db.zip |
Merge pull request #25612 from vipulnsward/publish-testing-guide
Mark Testing Guide as pubished and reword the title
-rw-r--r-- | guides/source/documents.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 50ca10c479..627e23422d 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -85,9 +85,8 @@ description: This guide provides you with all you need to get started creating, enqueuing, 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. + description: This is a rather comprehensive guide to the various testing facilities in Rails. It covers everything from 'What is a test?' to Integration Testing. Enjoy. - name: Securing Rails Applications url: security.html |