Closed justinclayton closed 10 years ago
The presence of the symlinks within spec/fixtures is known to cause issues in some cases, such as running librarian-puppet via something like packer. This PR removes them from the project and gitignores them.
Removing the symlink without updating .fixtures.yml breaks spec testing. This will be resolved by #18.
The presence of the symlinks within spec/fixtures is known to cause issues in some cases, such as running librarian-puppet via something like packer. This PR removes them from the project and gitignores them.