Sha256: 23bb7b2bd1cee6345540b17ace6851f94eb62554a17e57688ec079711c4b7c5a
Contents?: true
Size: 382 Bytes
Versions: 74
Compression:
Stored size: 382 Bytes
Contents
require 'spec_helper' require 'puppet_spec/scope' describe 'Puppet::Parser::Functions#hiera_array' 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_array(['key']) }.to raise_error(Puppet::ParseError, /converted to 4x API/) end end
Version data entries
74 entries across 74 versions & 1 rubygems