From 3cee8ce2e8b9a7a651d88765b2c9ffd1fbda01e4 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Tue, 31 Mar 2015 13:45:05 +0300 Subject: Don't suggest `bin/rails test controllers` --- guides/source/testing.md | 1 - 1 file changed, 1 deletion(-) (limited to 'guides/source') 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 -- cgit v1.2.3