# File lib/rspec/core/formatters/documentation_formatter.rb, line 57
        def current_indentation
          '  ' * @previous_nested_example_groups.size
        end