Allows building sequential, stateful integration tests within RSpec where before/after hooks run only at the start and end of the sequence.
gem install rspec-stepsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define sequential test steps that share state.
Ensure each step does not rely on mutable state from previous steps unless intended.
No dependency data recorded yet.