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:
parent
7d1718f49e
commit
54368bb339
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue