From 9336aff661c8c951fbc43f132b407c246d9eca24 Mon Sep 17 00:00:00 2001 From: jcreedcmu Date: Fri, 30 Oct 2015 09:05:02 -0400 Subject: [PATCH] Forgot one more bundle exec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66096c89c..82f366c86 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ https://github.com/chef/inspec/blob/master/.delivery/build-cookbook/recipes/unit Just ```bash -rake test +bundle exec rake test ``` as usual.