aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-12-31 22:36:22 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2014-12-31 22:36:22 +0900
commit54368bb339180b7d395bd04199ccd910b0145fed (patch)
tree109bd908dec9fcf4c21c05ed495e473f5d42e7d8 /guides/source
parent7d1718f49eda0f78216bb232977bf254f7f32ebb (diff)
downloadrails-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.md2
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: