summaryrefslogtreecommitdiff
path: root/spec/ruby/core/encoding/to_s_spec.rb
blob: bab394a888888ff9b68c7857e9572562cc5adffe (plain)
1
2
3
4
5
6
require_relative "../../spec_helper"
require_relative 'shared/name'

describe "Encoding#to_s" do
  it_behaves_like :encoding_name, :to_s
end