aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/RUNNING_UNIT_TESTS.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2014-01-13 12:15:52 -0800
committerWaynn Lue <WLGades@gmail.com>2014-01-13 12:15:52 -0800
commit6900b3e6ed05b48da360122595b59856f36601eb (patch)
tree334b46265044db6c9299bd31a281f6a6dc5c79e5 /actionpack/RUNNING_UNIT_TESTS.rdoc
parent4dbc62dabd9decbeed74f30f36062355e10def6b (diff)
downloadrails-6900b3e6ed05b48da360122595b59856f36601eb.tar.gz
rails-6900b3e6ed05b48da360122595b59856f36601eb.tar.bz2
rails-6900b3e6ed05b48da360122595b59856f36601eb.zip
add punctuation
Diffstat (limited to 'actionpack/RUNNING_UNIT_TESTS.rdoc')
-rw-r--r--actionpack/RUNNING_UNIT_TESTS.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS.rdoc b/actionpack/RUNNING_UNIT_TESTS.rdoc
index 3566821362..ad1448f61b 100644
--- a/actionpack/RUNNING_UNIT_TESTS.rdoc
+++ b/actionpack/RUNNING_UNIT_TESTS.rdoc
@@ -2,9 +2,9 @@
The easiest way to run the unit tests is through Rake. The default task runs
the entire test suite for all classes. For more information, check out the
-full array of rake tasks with "rake -T"
+full array of rake tasks with "rake -T".
-Rake can be found at http://rake.rubyforge.org
+Rake can be found at http://rake.rubyforge.org.
== Running by hand