Update directory name in sample commands

This commit is contained in:
st0012 2019-05-08 00:25:23 +08:00
parent 4511d4bf7c
commit 23e6ad547c
1 changed files with 1 additions and 1 deletions

View File

@ -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
```