diff options
author | Zachary Scott <e@zzak.io> | 2014-12-20 15:26:17 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-12-20 15:26:17 -0800 |
commit | 72752643bb14ab2f9bffbfe94b61533e93132308 (patch) | |
tree | 0c7fdd73e7aecaa20d0b32b3f81fe778428238f0 /guides/source | |
parent | 7514b6ab18b3216a7cb0a5c92ce038e5c1af8c13 (diff) | |
download | rails-72752643bb14ab2f9bffbfe94b61533e93132308.tar.gz rails-72752643bb14ab2f9bffbfe94b61533e93132308.tar.bz2 rails-72752643bb14ab2f9bffbfe94b61533e93132308.zip |
Shorten the explaination of this to fit on one line [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 07e062d87d..76eca45636 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -793,7 +793,7 @@ project is created. | Tasks | Description | | ----------------------- | ----------- | -| `rake test` | Runs all tests in the `test` folder. You can also simply run `rake` as Rails will run all the tests by default | +| `rake test` | Runs all tests in the `test` directory. You can also run `rake` and Rails will run all 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` | | `rake test:helpers` | Runs all the helper tests from `test/helpers` | |