Skip to content

Commit

Permalink
Merge pull request #443 from gimmyxd/master
Browse files Browse the repository at this point in the history
(maint) fix failing tests due to rspec changes
  • Loading branch information
mihaibuzgau authored Oct 4, 2019
2 parents b9350e6 + ce79bc6 commit 564a240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/puppet_agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def global_facts(facts, os)
end
let(:params) { global_params }

it { is_expected.to raise_error(Puppet::Error, %r{Nexenta not supported}) }
it { expect { catalogue }.to raise_error(Puppet::Error, %r{Nexenta not supported}) }
end
end
end

0 comments on commit 564a240

Please sign in to comment.