summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/length_spec.rb
blob: d3070f50a7e1f2069c345b1599d93130bd88674d (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/length'

describe "StringIO#length" do
  it_behaves_like :stringio_length, :length
end