method
story_formatters
1.1.12 -
Show latest stable
-
0 notes -
Class: Spec::Runner::Options
- 1.1.4 (0)
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
story_formatters()
public
Hide source
# File lib/spec/runner/options.rb, line 202 def story_formatters @format_options ||= [['plain', @output_stream]] @formatters ||= load_formatters(@format_options, STORY_FORMATTERS) end