Skip to content

Commit

Permalink
test windows: normalize path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 1, 2020
1 parent 2b28569 commit 16fcd7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test-mail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ def decompose

sub_test_case("nested message/rfc822") do
def test_body
uri = fixture_path("nested-rfc822.eml") + "#0-0-0"
uri = uri.downcase if Gem.win_platform?
assert_equal([
[
fixture_path("nested-rfc822.eml") + "#0-0-0",
uri,
"Sub World",
],
],
Expand Down

0 comments on commit 16fcd7d

Please sign in to comment.