class Shindo::Tests

def display_description_stack

def display_description_stack
  Formatador.indent do
    @description_stack.length.times do
      Formatador.display_line(@description_stack.pop)
    end
  end
end