Method: Kintama::Reporter::Verbose#context_finished
- Defined in:
- lib/kintama/reporter.rb
#context_finished(context) ⇒ Object
109 110 111 112 113 114 |
# File 'lib/kintama/reporter.rb', line 109 def context_finished(context) unless context == Kintama.default_context || context.name == nil @current_indent_level -= 1 puts if @current_indent_level == 0 && context != runner.runnables.last end end |