From 153d1291114bf4e8cfe5a1e70f86361399b8b1ad Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 7 Jun 2018 23:21:14 -0400 Subject: [PATCH] execute rspec with bundle exec --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2fcd796..fe7db9d 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ uninstall: .PHONY: test test: build - @(cd tests; rspec) + @(cd tests; bundle exec rspec)