summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/each_char_spec.rb
blob: 36219f79dba8db5e2c39b94b1914b9114dcf3bfe (plain)
1
2
3
4
5
6
7
8
require_relative "../../spec_helper"
require_relative 'shared/chars'
require_relative 'shared/each_char_without_block'

describe "String#each_char" do
  it_behaves_like :string_chars, :each_char
  it_behaves_like :string_each_char_without_block, :each_char
end