1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Benoit Daloze 2019-04-28 23:20:11 +02:00
parent 994833085a
commit 79671ec57e
135 changed files with 4415 additions and 4885 deletions

View file

@ -1,7 +1,5 @@
require_relative 'shared/name'
with_feature :encoding do
describe "Encoding#name" do
it_behaves_like :encoding_name, :name
end
describe "Encoding#name" do
it_behaves_like :encoding_name, :name
end