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

add missing name option to flash test example [ci skip]

This commit is contained in:
yuuji.yaginuma 2016-02-13 21:51:52 +09:00
parent 6e8d70e697
commit f653b3b3a1

View file

@ -830,7 +830,7 @@ end
If we run our test now, we should see a failure:
```bash
$ bin/rails test test/controllers/articles_controller_test.rb test_should_create_article
$ bin/rails test test/controllers/articles_controller_test.rb -n test_should_create_article
Run options: -n test_should_create_article --seed 32266
# Running:
@ -868,7 +868,7 @@ end
Now if we run our tests, we should see it pass:
```bash
$ bin/rails test test/controllers/articles_controller_test.rb test_should_create_article
$ bin/rails test test/controllers/articles_controller_test.rb -n test_should_create_article
Run options: -n test_should_create_article --seed 18981
# Running: