summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2016-01-27 08:35:53 -0800
committerHunter Haugen <hunter@puppetlabs.com>2016-01-27 08:35:53 -0800
commitd7197aa5ab8639163c24ed8ba1d758a0969e51da (patch)
tree76e3b3b2dc3dba8019f8562981581a32eb42dd68 /CONTRIBUTING.md
parent268e599839f86f7d5dd4352e73c0f698dc4b0c18 (diff)
parent20736ba6566854a274a9f9ac95937a843942aca6 (diff)
Merge pull request #283 from DavidS/fm-4049-update-msync
(FM-4049) update to modulesync_configs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f1cbde4..bfeaa70 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -159,7 +159,7 @@ If you already have those gems installed, make sure they are up-to-date:
With all dependencies in place and up-to-date we can now run the tests:
```shell
-% rake spec
+% bundle exec rake spec
```
This will execute all the [rspec tests](http://rspec-puppet.com/) tests
@@ -178,8 +178,8 @@ installed on your system.
You can run them by issuing the following command
```shell
-% rake spec_clean
-% rspec spec/acceptance
+% bundle exec rake spec_clean
+% bundle exec rspec spec/acceptance
```
This will now download a pre-fabricated image configured in the [default node-set](./spec/acceptance/nodesets/default.yml),