diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-14 18:49:48 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-15 06:31:48 +0900 |
commit | 66b92ab81e0734131b968eb62346850f39a6b4fe (patch) | |
tree | 4d70055a3ba4909e784e2fd44aa908ce4002a66e | |
parent | 1e73c1d4f74bcca05f4691465e8482cce8a3fdb9 (diff) | |
download | rails-66b92ab81e0734131b968eb62346850f39a6b4fe.tar.gz rails-66b92ab81e0734131b968eb62346850f39a6b4fe.tar.bz2 rails-66b92ab81e0734131b968eb62346850f39a6b4fe.zip |
Fix guide about command_line [ci skip]
-rw-r--r-- | guides/source/command_line.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md index 9fddbf76b6..8ae01286e4 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -102,6 +102,7 @@ Please choose a generator below. Rails: assets + channel controller generator ... @@ -241,6 +242,8 @@ $ bin/rails generate scaffold HighScore game:string score:integer invoke jbuilder create app/views/high_scores/index.json.jbuilder create app/views/high_scores/show.json.jbuilder + invoke test_unit + create test/system/high_scores_test.rb invoke assets invoke coffee create app/assets/javascripts/high_scores.coffee |