Method: Rspec::Eventually::Eventually#within

Defined in:
lib/rspec/eventually.rb

#within(timeout) ⇒ Object



50
51
52
# File 'lib/rspec/eventually.rb', line 50

def within(timeout)
  tap { @timeout = timeout }
end