Module: RSpec::Puppet::TypeAliasMatchers

Included in:
TypeAliasExampleGroup
Defined in:
lib/rspec-puppet/matchers/allow_value.rb

Defined Under Namespace

Classes: AllowValue

Instance Method Summary collapse

Instance Method Details

#allow_value(*values) ⇒ Object Also known as: allow_values



47
48
49
# File 'lib/rspec-puppet/matchers/allow_value.rb', line 47

def allow_value(*values)
  RSpec::Puppet::TypeAliasMatchers::AllowValue.new(values)
end