Skip to content

Commit

Permalink
Merge pull request #115 from jvillarejo/master
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE authored Jul 9, 2024
2 parents b4c025b + 55a1daa commit 7961d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def parse_html_in_email(mail)
).at_selector("body")

expected_image_url =
"https://example.app.org/assets/rails-fbe4356d4aa42b95f211236439f3e675a5f9a7e6.png"
"https://example.app.org/assets/rails-fbe4356d.png"

expect(document).to have_styling(
"background" => "url(\"#{expected_image_url}\")"
Expand Down Expand Up @@ -154,7 +154,7 @@ def parse_html_in_email(mail)
).at_selector("body")

expected_image_url =
"https://example.app.org/assets/rails-fbe4356d4aa42b95f211236439f3e675a5f9a7e6.png"
"https://example.app.org/assets/rails-fbe4356d.png"

expect(document).to have_styling(
"background" => "url(\"#{expected_image_url}\")"
Expand Down

0 comments on commit 7961d53

Please sign in to comment.