aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r--guides/source/testing.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 4b7d6411be..df61c61aa3 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -148,7 +148,6 @@ Here are some examples of how to use it:
```bash
$ bin/rails test # run all tests in the `test` directory
-$ bin/rails test controllers # run all controller tests in the `test/controllers` directory
$ bin/rails test test/controllers # run all tests from specific directory
$ bin/rails test test/models/post_test.rb # run specific test
$ bin/rails test test/models/post_test.rb:44 # run specific test and line