Skip to content

Commit

Permalink
fix rspec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed May 18, 2019
1 parent bdc30bd commit 2358821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/hiera_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
it { is_expected.to contain_class('hiera::deep_merge') }
end
end
elsif Puppet.version =~ %r{^4}
elsif Puppet.version =~ %r{^6}
context 'foss puppet 4' do
let(:facts) do
{
Expand Down

0 comments on commit 2358821

Please sign in to comment.