Use knapsack to parallelize tests

...in order to reduce TravisCI runtimes
This commit is contained in:
James Mason 2018-05-08 08:45:31 -07:00
parent 03ef28e74d
commit dd0a52cca9
8 changed files with 136 additions and 3 deletions

View file

@ -86,6 +86,8 @@ We are using [rspec](http://rspec.info/)+[capybara](http://teamcapybara.github.i
```shell
vagrant exec bundle exec rspec
# or, in parallel
vagrant exec bundle exec rake knapsack:rspec
```
### Email Notifications