Sha256: bcd13d7d1bf47ca8cd57b299cf6140127ef81104b6c5a0ea2d8fc4e11c6b2795
Contents?: true
Size: 380 Bytes
Versions: 74
Compression:
Stored size: 380 Bytes
Contents
require 'spec_helper' require 'puppet_spec/scope' describe 'Puppet::Parser::Functions#hiera_hash' do include PuppetSpec::Scope let :scope do create_test_scope_for_node('foo') end it 'should raise an error since this function is converted to 4x API)' do expect { scope.function_hiera_hash(['key']) }.to raise_error(Puppet::ParseError, /converted to 4x API/) end end
Version data entries
74 entries across 74 versions & 1 rubygems