summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/shared/isatty.rb
blob: 3da59999537fc0c4a64f423e4107652770b58559 (plain)
1
2
3
4
5
describe :stringio_isatty, shared: true do
  it "returns false" do
    StringIO.new('tty').send(@method).should be_false
  end
end