Skip to content

Commit

Permalink
Update core/encoding/default_external_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Oct 5, 2021
1 parent 61d8642 commit c687af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/encoding/default_external_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

ruby_version_is "3.0" do
platform_is :windows do
it 'returns default external encoding for Windows' do
it 'is UTF-8 by default on Windows' do
Encoding.default_external.should == Encoding::UTF_8
end
end
Expand Down

0 comments on commit c687af8

Please sign in to comment.