class RSpec::Core::Example::Procsy

Public Instance Methods

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