提交 f653b3b3 编写于 作者: Y yuuji.yaginuma

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

上级 6e8d70e6
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册