Method: RSpec::Wait.wait

Defined in:
lib/rspec/wait.rb

.wait(arg = nil, timeout: arg, delay: nil, clone_matcher: nil) ⇒ Object



28
29
30
# File 'lib/rspec/wait.rb', line 28

def wait(arg = nil, timeout: arg, delay: nil, clone_matcher: nil)
  Proxy.new(timeout: timeout, delay: delay, clone_matcher: clone_matcher)
end