rodjek / rspec-puppet

RSpec tests for your Puppet manifests
http://rspec-puppet.com
MIT License
364 stars 203 forks source link

Allow users to setup control repo #794

Open thatnerdjosh opened 4 years ago

thatnerdjosh commented 4 years ago

This provides the ability to setup the common directories needed for working with rspec-puppet by extracting out the logic that shouldn't be happening in a control repo which is symlinking (see https://github.com/rodjek/rspec-puppet/issues/607)

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.05%) to 85.423% when pulling a3b998a97c83d1ab5d68a74165106247403c8f74 on NerdsvilleCEO:feature/js-allow_users_to_setup_control_repo into 6b29693ceddd1a71b2dae67fb8f266727d7f7608 on rodjek:master.

thatnerdjosh commented 4 years ago

Working on tests to bring coverage back up

thatnerdjosh commented 4 years ago

@rodjek I am having trouble finding the tests for the rspec-puppet-init utility, could you point me to where I should be looking for that?

thatnerdjosh commented 3 years ago

Hello @DavidS,

This was so long ago, somehow it slipped my plate... I forgot what a control repo was or what this code was achieving. I'll take a look and then update the docs accordingly.

Thanks