Skip to content

Commit 0152af2

Browse files
committed
Issue bundle installs in driver subfolders
Correct development setup instructions so that we make sure to issue `bundle install` in driver subfolders in addition to the top level project. This is required to move on to run the full rspec suite.
1 parent 2686dd2 commit 0152af2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
```shell
66
$ bundle install
7+
$ pushd drivers/riverqueue-activerecord && bundle install && popd
8+
$ pushd drivers/riverqueue-sequel && bundle install && popd
79
```
810
## Run tests
911

0 commit comments

Comments
 (0)