summaryrefslogtreecommitdiff
path: root/spec/ruby/library/stringio/shared/isatty.rb
blob: c9e7ee73214cc778a833bd7701649b77a5191ce1 (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