aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/string/each_char_spec.rb
blob: 3233c7609da5b50c5d70ea85e41e7fa26555887a (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