summaryrefslogtreecommitdiff
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
parente39eee9324c5203ff3825aea22f9a5836ab9bce4 (diff)
Remove git submodule fixtures in place of puppetlabs_spec_helper fixtures behaviour
-rw-r--r--.gitmodules3
-rw-r--r--README.md5
-rw-r--r--spec/fixtures/manifests/site.pp0
m---------spec/fixtures/modules/concat0
l---------spec/fixtures/modules/haproxy1
5 files changed, 2 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 033526f..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "spec/fixtures/modules/concat"]
- path = spec/fixtures/modules/concat
- url = git://github.com/ripienaar/puppet-concat.git
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!
diff --git a/spec/fixtures/manifests/site.pp b/spec/fixtures/manifests/site.pp
deleted file mode 100644
index e69de29..0000000
--- a/spec/fixtures/manifests/site.pp
+++ /dev/null
diff --git a/spec/fixtures/modules/concat b/spec/fixtures/modules/concat
deleted file mode 160000
-Subproject 52dbf4a61a0a47b82b5213def9fe19b7af47a49
diff --git a/spec/fixtures/modules/haproxy b/spec/fixtures/modules/haproxy
deleted file mode 120000
index 1b20c9f..0000000
--- a/spec/fixtures/modules/haproxy
+++ /dev/null
@@ -1 +0,0 @@
-../../../ \ No newline at end of file