aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r--guides/source/testing.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index cb6a768759..9ce94f4c53 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -2,7 +2,9 @@ A Guide to Testing Rails Applications
=====================================
This guide covers built-in mechanisms offered by Rails to test your
-application. By referring to this guide, you will be able to:
+application.
+
+After reading this guide, you will know:
* Understand Rails testing terminology.
* Write unit, functional, and integration tests for your application.