summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/length_spec.rb
blob: ae8eb15502ecf059c0cae5af1af71dd328cb8a82 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/length', __FILE__)

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