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

Commit a3ff745

Browse files
authored
Update reference back to ruby/spec
1 parent d7262ae commit a3ff745

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/ruby/ruby/blob/a72aecac3ae81e955997e4d789504e60196e2697/spec/ruby/core/encoding/compatible_spec.rb#L29
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)