aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2014-02-09 23:33:55 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2014-02-09 23:33:55 +0530
commit92fdd6516287f677cd6687e5c31298fa68931baa (patch)
tree4dcf9071b9f5940974bac3168357151cf92c340b /actionpack
parent33be58b2060b1e859e8da370b911822c20028690 (diff)
parentae7580ac287df477e7f5dd57136d5eec3813629d (diff)
downloadrails-92fdd6516287f677cd6687e5c31298fa68931baa.tar.gz
rails-92fdd6516287f677cd6687e5c31298fa68931baa.tar.bz2
rails-92fdd6516287f677cd6687e5c31298fa68931baa.zip
Merge branch 'master' of github.com:rails/docrails
Conflicts: guides/source/active_record_validations.md guides/source/api_documentation_guidelines.md guides/source/configuring.md
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/RUNNING_UNIT_TESTS.rdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/RUNNING_UNIT_TESTS.rdoc b/actionpack/RUNNING_UNIT_TESTS.rdoc
index 08767ae133..ad1448f61b 100644
--- a/actionpack/RUNNING_UNIT_TESTS.rdoc
+++ b/actionpack/RUNNING_UNIT_TESTS.rdoc
@@ -1,10 +1,10 @@
== 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
-full array of rake tasks with "rake -T"
+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
+Rake can be found at http://rake.rubyforge.org.
== Running by hand