Registry / testing / rspec-sequencing

rspec-sequencing

JSON →
library0.1.1rbrubygemsunverified

Define sequenced actions that simulate real-world scenarios.

gem install rspec-sequencing
INSTALL
IMPORT
SIG · RSPEC-SEQUENCING
R
rspec-sequencing
testingrubyv0.1.1
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
require 'rspec/sequencing'

Define a sequence of actions in an RSpec test.

require 'rspec/sequencing' RSpec.describe 'My scenario' do it 'runs in sequence' do sequence = RSpec::Sequencing.run( -> { step1 }, -> { step2 } ) expect(sequence.value).to eq(expected) end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
5
Amazon
1
Resources
rspec-sequencing — gem install rspec-sequencing · libregistry