execute rspec with bundle exec

This commit is contained in:
Josh Holtrop 2018-06-07 23:21:14 -04:00
parent 0efb143e81
commit 153d129111

View File

@ -16,4 +16,4 @@ uninstall:
.PHONY: test
test: build
@(cd tests; rspec)
@(cd tests; bundle exec rspec)