Commit 4b6832eaf introduces symlinks into the repository which makes rspec-system tests that include this module fail when copying modules to the test system (Errno::ENOENT). This is because the symlinks reference directories which do not exist in the cloned repository. (lib and files folder)
These symlinks are temporary artifacts of the testing process and should not be in source control.
I suggest that you look at puppetlabs/puppetlabs_spec_helper which allows you to specify dependencies using .fixtures.yml and it will clean these up after the build passes.
Commit 4b6832eaf introduces symlinks into the repository which makes
rspec-system
tests that include this module fail when copying modules to the test system (Errno::ENOENT). This is because the symlinks reference directories which do not exist in the cloned repository. (lib and files folder)These symlinks are temporary artifacts of the testing process and should not be in source control.