From 54368bb339180b7d395bd04199ccd910b0145fed Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 31 Dec 2014 22:36:22 +0900 Subject: fix rake command typo in Testing guide [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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: -- cgit v1.2.3