summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/stringio/size_spec.rb
blob: 1d6a7fc15e6499981c7eee2e00a03626a108ec09 (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#size" do
  it_behaves_like :stringio_length, :size
end