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