Skip to content

Commit

Permalink
Also check that we do not receive an error report.
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Feb 15, 2018
1 parent 118ff09 commit 2919378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/y2firewall/importer_strategies/suse_firewall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
context "and all the properties can be translated to firewalld" do
it "recommends to the user the use of firewalld schema" do
expect(Yast::Report).to receive(:Warning)
expect(Yast::Report).to_not receive(:Error)

subject.import
end
Expand Down

0 comments on commit 2919378

Please sign in to comment.