You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I've got some tests that work perfectly on Puppet 3.x using rspec-puppet-utils MockFunction, but they don't work on Puppet 4.x.
From what I can see, the MockFunction's just aren't being fired...
Are there any plans to add support for Puppet 4?
As I've got some tests that work perfectly on Puppet 3.x using rspec-puppet-utils
MockFunction, but they don't work on Puppet 4.x.From what I can see, the
MockFunction's just aren't being fired...