Flowdock
method

output_to_file?

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Runner::Formatter::BaseTextFormatter
output_to_file?() protected

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/formatter/base_text_formatter.rb, line 118
        def output_to_file?
          File === @output
        end
Register or log in to add new notes.