Flowdock
method

story_formatters

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Spec::Runner::Options
story_formatters() public

No documentation

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

Hide source
# File lib/spec/runner/options.rb, line 177
      def story_formatters
        @format_options ||= [['plain', @output_stream]]
        @formatters ||= load_formatters(@format_options, STORY_FORMATTERS)
      end
Register or log in to add new notes.