Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 321dc72

Browse files
authored
Merge pull request #521 from tiendo1011/replace-encoded-string-spec-deadlink
Replace deadlink inside encoded_string_spec.rb
2 parents 9499cb6 + a3ff745 commit 321dc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rspec/support/encoded_string_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module RSpec::Support
2525
expect(EncodedString.pick_encoding(str1, str2)).to eq(Encoding.default_external)
2626
end
2727

28-
# https://github.com/rubyspec/rubyspec/blob/91ce9f6549/core/encoding/compatible_spec.rb#L31
28+
# https://github.com/ruby/spec/blob/91ce9f6549/core/encoding/compatible_spec.rb#L31
2929
it "picks a compatible encoding" do
3030
str1 = forced_encoding "abc", Encoding::US_ASCII
3131
str2 = "\u3042".encode("utf-8")

0 commit comments

Comments
 (0)