diff options
author | st0012 <stan001212@gmail.com> | 2019-05-08 00:25:23 +0800 |
---|---|---|
committer | st0012 <stan001212@gmail.com> | 2019-05-08 00:25:23 +0800 |
commit | 23e6ad547cf30a7ddffaba4dc5f93c45f3ef4722 (patch) | |
tree | cfa63361094822bee1a2e7ae78eea1c6b19730e4 | |
parent | 4511d4bf7c931fd88b9f2aa8488cf3cf762639f7 (diff) | |
download | rails-23e6ad547cf30a7ddffaba4dc5f93c45f3ef4722.tar.gz rails-23e6ad547cf30a7ddffaba4dc5f93c45f3ef4722.tar.bz2 rails-23e6ad547cf30a7ddffaba4dc5f93c45f3ef4722.zip |
Update directory name in sample commands
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index f86589bdf1..a6eb9907a0 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -340,7 +340,7 @@ $ TEST_DIR=generators bundle exec rake test You can run the tests for a particular file by using: ```bash -$ cd actionpack +$ cd actionview $ bundle exec ruby -w -Itest test/template/form_helper_test.rb ``` |