aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-06-14 00:58:11 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-06-14 00:58:11 +0530
commit7663149f72b5dba15a8e850e4072a016341e541c (patch)
tree000ab41a49232ea9d70934a8ad04ce21e895a176 /guides/source/testing.md
parentc78b4310cf2e2264461e639371de171e47cfc9d5 (diff)
downloadrails-7663149f72b5dba15a8e850e4072a016341e541c.tar.gz
rails-7663149f72b5dba15a8e850e4072a016341e541c.tar.bz2
rails-7663149f72b5dba15a8e850e4072a016341e541c.zip
copy edits [ci skip]
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r--guides/source/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 95d454ba9d..416a8b592f 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -767,8 +767,8 @@ Rake Tasks for Running your Tests
You don't need to set up and run your tests by hand on a test-by-test basis. Rails comes with a number of commands to help in testing. The table below lists all commands that come along in the default Rakefile when you initiate a Rails project.
-| Tasks | Description |
-| ------------------------ | ----------- |
+| Tasks | Description |
+| ----------------------- | ----------- |
| `rake test` | Runs all unit, functional and integration tests. You can also simply run `rake test` as Rails will run all the tests by default|
| `rake test:controllers` | Runs all the controller tests from `test/controllers`|
| `rake test:functionals` | Runs all the functional tests from `test/controllers`, `test/mailers`, and `test/functional`|