Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Jan 15, 2018
1 parent 645f734 commit 09e1cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/y2partitioner/setup_errors_presenter_test.rb
Expand Up @@ -87,7 +87,7 @@
end

it "does not contain a general error message for boot errors" do
expect(subject.to_html).to_not match(/could not load/)
expect(subject.to_html).to_not match(/not be able to boot/)
end
end

Expand All @@ -96,7 +96,7 @@
let(:product_errors) { [product_error1] }

it "contains a general error message for boot errors" do
expect(subject.to_html).to match(/could not load/)
expect(subject.to_html).to match(/not be able to boot/)
end

it "contains a general error message for product errors" do
Expand Down

0 comments on commit 09e1cd7

Please sign in to comment.