Skip to content

Commit 34942aa

Browse files
authored
Prefix the command to execute a single test in CONTRIBUTING.md with bundle exec (#3187)
1 parent bc6fe1b commit 34942aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ bundle exec rake test TEST=test/rake_tasks_test.rb
4848
#### 4.2 Run a single ruby test
4949

5050
```
51-
ruby -I test test/rake_tasks_test.rb -n test_rake_webpacker_install
51+
bundle exec ruby -I test test/rake_tasks_test.rb -n test_rake_webpacker_install
5252
```

0 commit comments

Comments
 (0)