class Object
Constants
- SPEC_SUITES
Public Instance Methods
manages_symlinks?()
click to toggle source
# File lib/rspec-puppet/monkey_patches.rb, line 381 def manages_symlinks? if RSpec::Puppet.rspec_puppet_example? true else old_manages_symlinks.bind_call(self, value) end end
supports_acl?(_path)
click to toggle source
# File lib/rspec-puppet/monkey_patches.rb, line 371 def supports_acl?(_path) if RSpec::Puppet.rspec_puppet_example? true else old_supports_acl.bind_call(self, value) end end