summaryrefslogtreecommitdiff
path: root/spec/ruby/core/encoding/name_spec.rb
blob: 1632137f95cc5d5d1df8261cf6ab11833d19afdc (plain)
1
2
3
4
5
6
7
require_relative 'shared/name'

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