# File lib/cucumber/formatter/pretty.rb, line 81
      def before_background(background)
        @indent = 2
        @scenario_indent = 2
        @in_background = true
      end