mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add bundle exec
to Running a Single Test
This commit is contained in:
parent
f6f3772c17
commit
8f4ed7f900
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ You can run a single test through ruby. For instance:
|
|||
|
||||
```bash
|
||||
$ cd actionmailer
|
||||
$ ruby -w -Itest test/mail_layout_test.rb -n test_explicit_class_layout
|
||||
$ bundle exec ruby -w -Itest test/mail_layout_test.rb -n test_explicit_class_layout
|
||||
```
|
||||
|
||||
The `-n` option allows you to run a single method instead of the whole
|
||||
|
|
Loading…
Reference in a new issue