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