# File lib/cucumber/formatter/html.rb, line 131
      def before_background(background)
        @in_background = true
        @builder << '<div class="background">'
      end