]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commit
(#13289) Change test scaffolding to use a module & manifest dir fixture path
authorKen Barber <ken@bob.sh>
Wed, 21 Mar 2012 13:21:50 +0000 (13:21 +0000)
committerKen Barber <ken@bob.sh>
Wed, 21 Mar 2012 13:21:50 +0000 (13:21 +0000)
commit0ea4ffa9a238d1f8fcbf6a73cba472ede78a4e18
treede6a707c75500f8222da9cd0d9276816c0f85abd
parenta758247f2632b3204167a8058fbb8903f0438841
(#13289) Change test scaffolding to use a module & manifest dir fixture path

This removes the need for depending on a global site.pp, and depending on the
checked out apt module to be called 'apt' as well.

It pulls in stdlib via sub-modules as I don't have a better way to deal with
dependencies yet. It has pinned the revision for stdlib to 2.2.1 which is the
minimum required version for apt to work.
.gitmodules [new file with mode: 0644]
spec/fixtures/manifests/site.pp [new file with mode: 0644]
spec/fixtures/modules/apt [new symlink]
spec/fixtures/modules/stdlib [new submodule]
spec/spec_helper.rb