Skip to content

Commit 1ad9f1f

Browse files
authored
Merge pull request #2318 from mikej/bundle-exec-rspec
update bin/drspec to use `bundle exec`
2 parents c7304fe + 187fded commit 1ad9f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/drspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -e
44

5-
docker compose exec web rspec $@
5+
docker compose exec web bundle exec rspec $@

0 commit comments

Comments
 (0)