summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-08-27 17:10:12 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-08-27 17:10:12 -0700
commit4e59418ffd2f2694b9af1fb9af3faaf8d19efaf0 (patch)
treec3f909269c397f631db39de8bdfec45e7deff658 /README.md
parente39eee9324c5203ff3825aea22f9a5836ab9bce4 (diff)
Remove git submodule fixtures in place of puppetlabs_spec_helper fixtures behaviour
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9c1f90c..10657ab 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,9 @@ requests accepted!
## Hacking
-After cloning the repository, execute `git submodule update --init` to pull in
-any dependencies needed to test the module locally.
+After cloning the repository:
-1. `git submodule update --init`
+1. `gem install puppetlabs_spec_helper`
1. `rake spec` # To run the tests
1. Hack Hack Hack # Adding tests hopefully!
1. Commit and send a pull request!