module RSpec::Puppet::TypeMatchers
Public Instance Methods
method_missing(method, ...)
click to toggle source
Calls superclass method
# File lib/rspec-puppet/matchers/dynamic_matchers.rb, line 29 def method_missing(method, ...) return RSpec::Puppet::TypeMatchers::CreateGeneric.new(method, ...) if method == :be_valid_type super end