method

current_indentation

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