diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-06-30 12:56:47 -0700 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-06-30 12:56:47 -0700 |
commit | 1cf1d02357902a986f752da3f6586d7f27510f87 (patch) | |
tree | 10ef80219a9cb3acb1f4a55e44a572b6be9bc546 /guides | |
parent | 4fe3679f0fc7d29c469e3864f333560531e7e8a2 (diff) | |
download | rails-1cf1d02357902a986f752da3f6586d7f27510f87.tar.gz rails-1cf1d02357902a986f752da3f6586d7f27510f87.tar.bz2 rails-1cf1d02357902a986f752da3f6586d7f27510f87.zip |
Mark Testing Guide as pubished and reword the title[ci skip]
Diffstat (limited to 'guides')
-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 |