We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91568a4 commit f56a384Copy full SHA for f56a384
README.md
@@ -17,10 +17,15 @@ For example:
17
Before running the tests, first install the dependencies:
18
19
```bash
20
+bundle config set --local with 'test'
21
bundle install
22
```
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:
29
30
31
bundle exec rake test
0 commit comments