Flowdock
current_indentation() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/formatter/nested_text_formatter.rb, line 49
        def current_indentation
          '  ' * previous_nested_example_groups.length
        end
Register or log in to add new notes.