issues
search
asplake
/
link_header
In Ruby, parse and format HTTP link headers as described in the draft spec http://tools.ietf.org/id/draft-nottingham-http-link-header-06.txt
Other
36
stars
4
forks
source link
Expand `to_html` method coverage
#20
Closed
mjankowski
closed
4 months ago
mjankowski
commented
4 months ago
Adds:
Coverage for custom html separator option for
LinkHeader
Coverage for
Link#to_html
(this had implicit coverage from the top level class tests, but not narrow coverage for itself)
Extract private method for repeated attr-escape code
Misc style/naming tweaks, a few more docs/examples changes
Adds:
LinkHeader
Link#to_html
(this had implicit coverage from the top level class tests, but not narrow coverage for itself)