Skip to content

Commit c687af8

Browse files
committed
Update core/encoding/default_external_spec.rb
1 parent 61d8642 commit c687af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/encoding/default_external_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
ruby_version_is "3.0" do
2222
platform_is :windows do
23-
it 'returns default external encoding for Windows' do
23+
it 'is UTF-8 by default on Windows' do
2424
Encoding.default_external.should == Encoding::UTF_8
2525
end
2626
end

0 commit comments

Comments
 (0)