I'm closing this pull request because the commits on this branch have been merged along with additional work to fix the tests.
It has not been merged indeed. I've splitted up my patch as 2 distinct branches that were almost independent. I figured out that without an updated Gemfile/rubocop/Rakefile, new spec tests are of no use as they cannot be run and raise the following error:
require': cannot load such file -- rspec-puppet-facts
To avoid you a small conflict on .gitignore file, I've created a new branch, rebased onto master.
This will integrate changes originally proposed as PR #123.
@inkblot wrote on #123:
It has not been merged indeed. I've splitted up my patch as 2 distinct branches that were almost independent. I figured out that without an updated Gemfile/rubocop/Rakefile, new spec tests are of no use as they cannot be run and raise the following error:
require': cannot load such file -- rspec-puppet-facts
To avoid you a small conflict on
.gitignore
file, I've created a new branch, rebased onto master. This will integrate changes originally proposed as PR #123.Regards,