spec/unit/hiera_puppet_spec.rb in puppet-3.2.4 vs spec/unit/hiera_puppet_spec.rb in puppet-3.3.0.rc2
- old
+ new
@@ -33,10 +33,10 @@
end
end
end
describe 'HieraPuppet#hiera_config_file' do
- it "should return nil when we cannot derive the hiera config file form Puppet.settings" do
+ it "should return nil when we cannot derive the hiera config file from Puppet.settings" do
begin
Puppet.settings[:hiera_config] = nil
rescue ArgumentError => detail
raise unless detail.message =~ /unknown configuration parameter/
end