summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/dedup_spec.rb
blob: 919d440c51024f75918cc515e5cd6f372747277f (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/dedup'

describe 'String#dedup' do
  ruby_version_is '3.2'do
    it_behaves_like :string_dedup, :dedup
  end
end