Skip to content

Commit

Permalink
Merge pull request #1 from mlafeldt/patch-1
Browse files Browse the repository at this point in the history
Document that bundle exec is required to run the tests
  • Loading branch information
jimhopp committed Sep 14, 2012
2 parents a57350a + 53bc1fa commit 8d1144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,4 +6,4 @@ And of course chef is at http://wiki.opscode.com/display/chef/Home

To install: clone this repo, install Bundler (gem install bundler), and install the chefspec gems via bundler (bundle install).

To run the tests: "rspec mytestcookbook/"
To run the tests: "bundle exec rspec cookbooks/mytestcookbook/"

0 comments on commit 8d1144f

Please sign in to comment.