Skip to content

Commit f56a384

Browse files
Expand testing instructions
1 parent 91568a4 commit f56a384

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ For example:
1717
Before running the tests, first install the dependencies:
1818

1919
```bash
20+
bundle config set --local with 'test'
2021
bundle install
2122
```
2223

23-
Then, run the following command to run the tests:
24+
Then, in [test/test_helper.rb](test/test_helper.rb),
25+
comment the "Main command" `system(…)` out
26+
and uncomment either of the "Testing commands".
27+
28+
Lastly, run the following command to run the tests:
2429

2530
```bash
2631
bundle exec rake test

0 commit comments

Comments
 (0)