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:
parent
40b926d5b6
commit
6987c7c763
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue