Skip to content

Commit

Permalink
Update spec/std/http/headers_spec.cr
Browse files Browse the repository at this point in the history
Co-Authored-By: Johannes Müller <johannes.mueller@smj-fulda.org>
  • Loading branch information
asterite and straight-shoota committed Jul 27, 2019
1 parent d8e2294 commit 1ddca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/http/headers_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe HTTP::Headers do
end

it "matches word with comma separated value, partial match (array)" do
headers = HTTP::Headers{"foo" => ["bar", "bazo, baz"]}
headers = HTTP::Headers{"foo" => ["foo", "baz, bazo"]}
headers.includes_word?("foo", "baz").should be_true
end

Expand Down

0 comments on commit 1ddca5b

Please sign in to comment.