summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/each_char_spec.rb
blob: aff98c0a5cd4afd0c2dbaca817728fbdb4463335 (plain)
1
2
3
4
5
6
7
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