summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/chars_spec.rb
blob: cd5dbbce4f86c703a69ddaea4cd8c03de5706ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- encoding: utf-8 -*-
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/chars'

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

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