summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/eof_spec.rb
blob: af0170977ce0f5595c0bea40a8cd72bf167903ad (plain)
1
2
3
4
5
6
7
8
9
10
11
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/eof'

describe "StringIO#eof?" do
  it_behaves_like :stringio_eof, :eof?
end

describe "StringIO#eof" do
  it_behaves_like :stringio_eof, :eof
end