summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/dedup_spec.rb
blob: 57d2be2cfda487aeb39fa9d16f03ccd6a0ddcdc8 (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