class RSpec::Core::Example::Procsy
Public Instance Methods
attempts()
click to toggle source
# File lib/rspec_ext/rspec_ext.rb, line 15 def attempts @example.attempts end
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