diff options
author | Waynn Lue <WLGades@gmail.com> | 2014-01-13 12:15:52 -0800 |
---|---|---|
committer | Waynn Lue <WLGades@gmail.com> | 2014-01-13 12:15:52 -0800 |
commit | 6900b3e6ed05b48da360122595b59856f36601eb (patch) | |
tree | 334b46265044db6c9299bd31a281f6a6dc5c79e5 | |
parent | 4dbc62dabd9decbeed74f30f36062355e10def6b (diff) | |
download | rails-6900b3e6ed05b48da360122595b59856f36601eb.tar.gz rails-6900b3e6ed05b48da360122595b59856f36601eb.tar.bz2 rails-6900b3e6ed05b48da360122595b59856f36601eb.zip |
add punctuation
-rw-r--r-- | actionpack/RUNNING_UNIT_TESTS.rdoc | 4 |
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 |