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

describe "StringIO#tell" do
  it_behaves_like :stringio_tell, :tell
end