Merge pull request #18276 from y-yagi/fix_rake_command

fix rake command typo in Testing guide [ci skip]
This commit is contained in:
Robin Dupret 2014-12-31 14:47:33 +01:00
commit 5ac4680cd3

@ -789,7 +789,7 @@ end
I've added this file here `test/controllers/articles_routes_test.rb` and if we run the test we should see:
```bash
$ be rake test test/controllers/articles_routes_test.rb
$ bin/rake test test/controllers/articles_routes_test.rb
# Running: