diff options
author | Waynn Lue <WLGades@gmail.com> | 2014-01-08 18:02:25 -0800 |
---|---|---|
committer | Waynn Lue <WLGades@gmail.com> | 2014-01-08 18:02:25 -0800 |
commit | 6a45a690a2626fa4a8ccefaa8be3fc0a10076ba5 (patch) | |
tree | 57d564c6b0ab8b00223d58b549be70740a0b0a7d | |
parent | c4fb191a4cc246db849f7acf31bd7edb4664cca5 (diff) | |
download | rails-6a45a690a2626fa4a8ccefaa8be3fc0a10076ba5.tar.gz rails-6a45a690a2626fa4a8ccefaa8be3fc0a10076ba5.tar.bz2 rails-6a45a690a2626fa4a8ccefaa8be3fc0a10076ba5.zip |
change to "check out"
-rw-r--r-- | actionpack/RUNNING_UNIT_TESTS.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS.rdoc b/actionpack/RUNNING_UNIT_TESTS.rdoc index 08767ae133..3566821362 100644 --- a/actionpack/RUNNING_UNIT_TESTS.rdoc +++ b/actionpack/RUNNING_UNIT_TESTS.rdoc @@ -1,7 +1,7 @@ == Running with Rake 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, checkout the +the entire test suite for all classes. For more information, check out the full array of rake tasks with "rake -T" Rake can be found at http://rake.rubyforge.org |