# File lib/cucumber/formatter/rerun.rb, line 40
      def step_name(keyword, step_match, status, source_indent, background)
        @rerun = true if [:failed].index(status)
      end