method
output_to_tty?
output_to_tty?()
protected
Hide source
# File lib/spec/runner/formatter/base_text_formatter.rb, line 117 def output_to_tty? begin @output.tty? || ENV.has_key?("AUTOTEST") rescue NoMethodError false end end