fix rake command typo in Testing guide [ci skip]

This commit is contained in:
yuuji.yaginuma 2014-12-31 22:36:22 +09:00
parent 7d1718f49e
commit 54368bb339
1 changed files with 1 additions and 1 deletions

View File

@ -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: