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

describe "IO#isatty" do
  it_behaves_like :io_tty, :isatty
end