# File lib/rspec_ext/rspec_ext.rb, line 11
        def run_with_retry(opts = {})
          RSpec::Retry.new(self, opts).run
        end