puppet-jboss icon indicating copy to clipboard operation
puppet-jboss copied to clipboard

Specify all facts that are needed in spec tests with strict variables.

Open Cosaquee opened this issue 8 years ago • 0 comments

For now version of rodjek/rspec-puppet is pinned to specific version. To use newest one we need to setup every fact that is used in codebase. We can do it in two ways:

  • mock facts by hand
  • use some sort of facts mocking system like: mcanevet/rspec-puppet-facts.

Cosaquee avatar Jun 13 '16 11:06 Cosaquee