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

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