summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core/io/chars_spec.rb
blob: e38160274ffa74fa19470eb040375e5628a3e8b0 (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#chars" do
  it_behaves_like :io_chars, :chars
end

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