method
current_indentation
1.1.12 -
Show latest stable
- Class:
Spec::Runner::Formatter::NestedTextFormatter
current_indentation()public
No documentation available.
# File lib/spec/runner/formatter/nested_text_formatter.rb, line 49
def current_indentation
' ' * previous_nested_example_groups.length
end