summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/each_codepoint_spec.rb
blob: c11cb1beaeb65081cb2d6a336f24e472f860d8d3 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'shared/codepoints'
require_relative 'shared/each_codepoint_without_block'

describe "String#each_codepoint" do
  it_behaves_like :string_codepoints, :each_codepoint
  it_behaves_like :string_each_codepoint_without_block, :each_codepoint
end