Registry / testing / rspec-wait

rspec-wait

JSON →
library1.0.2rbrubygemsunverified

RSpec::Wait enables time-resilient expectations in your RSpec test suite.

gem install rspec-wait
INSTALL
IMPORT
SIG · RSPEC-WAIT
R
rspec-wait
testingrubyv1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RSpec::Wait
require 'rspec/wait'

Wait for asynchronous conditions to be met in RSpec tests.

require 'rspec/wait' RSpec.describe "async operation" do it "eventually completes" do wait_for { some_async_value }.to eq("done") end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rspec-wait — gem install rspec-wait · libregistry