From 6987c7c763406a38a883e9d8305857fada3b13eb Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 22 Feb 2017 11:01:13 +0900 Subject: remove needless extension from system test example [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 2a474507e6..652030a733 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -610,7 +610,7 @@ For creating Rails system tests, you use the `test/system` directory in your application. Rails provides a generator to create a system test skeleton for you. ```bash -$ bin/rails generate system_test users_create_test.rb +$ bin/rails generate system_test users_create_test invoke test_unit create test/system/users_create_test.rb ``` -- cgit v1.2.3