summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/tty_spec.rb
blob: 3b76c6d2b8e1e042da7fb8c6a86bf1898ce895ed (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/tty'

describe "IO#tty?" do
  it_behaves_like :io_tty, :tty?
end