aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Nogueira Neves <github@arthurnn.com>2016-05-11 11:22:45 -0400
committerArthur Nogueira Neves <github@arthurnn.com>2016-05-11 11:22:45 -0400
commit59d252196b36f6afaafd231756d69ea21537cf5d (patch)
tree61fa0aa1ca68ae5016955b262997b05caf74aeaa
parentb8761ed442c5d504be7d0841d635c43bc3601216 (diff)
parent72985ba949058167a342af546c7a1a6a02e1b9fa (diff)
downloadrails-59d252196b36f6afaafd231756d69ea21537cf5d.tar.gz
rails-59d252196b36f6afaafd231756d69ea21537cf5d.tar.bz2
rails-59d252196b36f6afaafd231756d69ea21537cf5d.zip
Merge pull request #24977 from fgo/patch-19
Getting Started Guide: Add invoke test_unit to files table [ci skip]
-rw-r--r--guides/source/getting_started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 95080570d0..65fdd7ca0d 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -263,6 +263,7 @@ invoke test_unit
create test/controllers/welcome_controller_test.rb
invoke helper
create app/helpers/welcome_helper.rb
+invoke test_unit
invoke assets
invoke coffee
create app/assets/javascripts/welcome.coffee