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

with_feature :encoding do
  describe "Encoding#name" do
    it_behaves_like :encoding_name, :name
  end
end