summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string/each_char_spec.rb
blob: 4894c745c7d818bddbe1012d6789878254897707 (plain)
1
2
3
4
5
6
7
require File.expand_path('../shared/chars', __FILE__)
require File.expand_path('../shared/each_char_without_block', __FILE__)

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