summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/tty_spec.rb
blob: 3c1449b03033733392ccc7b23eeaac1042bd777e (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/tty', __FILE__)

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