diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-12-31 22:36:22 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2014-12-31 22:36:22 +0900 |
commit | 54368bb339180b7d395bd04199ccd910b0145fed (patch) | |
tree | 109bd908dec9fcf4c21c05ed495e473f5d42e7d8 /guides/source | |
parent | 7d1718f49eda0f78216bb232977bf254f7f32ebb (diff) | |
download | rails-54368bb339180b7d395bd04199ccd910b0145fed.tar.gz rails-54368bb339180b7d395bd04199ccd910b0145fed.tar.bz2 rails-54368bb339180b7d395bd04199ccd910b0145fed.zip |
fix rake command typo in Testing guide [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 2d66840306..21b0b37efa 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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: |