method
new
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Formatter::NestedTextFormatter
new(options, where)public
No documentation available.
# File lib/spec/runner/formatter/nested_text_formatter.rb, line 8
def initialize(options, where)
super
@previous_nested_example_groups = []
end