use binstub

This commit is contained in:
Ryan W
2022-03-15 21:03:01 -07:00
parent f8ab4046a2
commit d3c092da79
+1 -1
View File
@@ -44,7 +44,7 @@ docker compose run --rm web bin/rails c
## Running tests ## Running tests
``` ```
docker compose run --rm web bundle exec rspec docker compose run --rm web bin/rspec
``` ```
## Updating gems ## Updating gems