diff options
author | Kir Shatrov <shatrov@me.com> | 2015-03-31 13:45:05 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2015-03-31 13:45:17 +0300 |
commit | 3cee8ce2e8b9a7a651d88765b2c9ffd1fbda01e4 (patch) | |
tree | 68266685c5f4048a4a0721e3472ca88037dbde8f /guides | |
parent | b016533d5b54fc932a851fca6148cfb5965da8b5 (diff) | |
download | rails-3cee8ce2e8b9a7a651d88765b2c9ffd1fbda01e4.tar.gz rails-3cee8ce2e8b9a7a651d88765b2c9ffd1fbda01e4.tar.bz2 rails-3cee8ce2e8b9a7a651d88765b2c9ffd1fbda01e4.zip |
Don't suggest `bin/rails test controllers`
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 1 |
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 |