Sha256: 331392c69d693f75bd463aa5bcf5d077d98818ca3352c2db613ce091b6243f93

Contents?: true

Size: 108 Bytes

Versions: 3

Compression:

Stored size: 108 Bytes

Contents

def wait_until
  Timeout.timeout(Capybara.default_wait_time) do
    sleep(0.1) until yield == true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jquery_mockjax_rails-0.0.3 spec/support/integration_helper.rb
jquery_mockjax_rails-0.0.2 spec/support/integration_helper.rb
jquery_mockjax_rails-0.0.1 spec/support/integration_helper.rb