method
autospec?
rspec latest stable - Class:
Spec::Runner::Formatter::BaseTextFormatter
autospec?()protected
No documentation available.
# File lib/spec/runner/formatter/base_text_formatter.rb, line 104
def autospec?
!!@options.autospec || ENV.has_key?("AUTOTEST")
end