summaryrefslogtreecommitdiff
path: root/spec/ruby/core/encoding/to_s_spec.rb
blob: ddc57e321e640fe4186e9b8f792c88f23947d2d0 (plain)
1
2
3
4
5
6
7
require File.expand_path('../shared/name', __FILE__)

with_feature :encoding do
  describe "Encoding#to_s" do
    it_behaves_like(:encoding_name, :to_s)
  end
end