1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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: