aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/io/each_char_spec.rb
blob: 69c6739920d1f086bb3f04259484aab218cb78f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- encoding: utf-8 -*-
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/chars', __FILE__)

describe "IO#each_char" do
  it_behaves_like :io_chars, :each_char
end

describe "IO#each_char" do
  it_behaves_like :io_chars_empty, :each_char
end