You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a quick test, but we need to either change our specs or look into why the protocol is updated:
Failures:
1) Twingly::URL.parse when given valid urls does not ruin the url "hTTP://blog.twingly.com/"
Failure/Error: expect(described_class.parse(valid_url).to_s).to eq(valid_url)
expected: "hTTP://blog.twingly.com/"
got: "http://blog.twingly.com/"
(compared using ==)
# ./spec/lib/twingly/url_spec.rb:124:in `block (5 levels) in <top (required)>'
The text was updated successfully, but these errors were encountered:
We're limiting to 2.5 currently:
twingly-url/twingly-url.gemspec
Line 17 in c2218e9
Did a quick test, but we need to either change our specs or look into why the protocol is updated:
The text was updated successfully, but these errors were encountered: