1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove needless extension from system test example [ci skip]

This commit is contained in:
yuuji.yaginuma 2017-02-22 11:01:13 +09:00
parent 40b926d5b6
commit 6987c7c763

View file

@ -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
```