Sign in Sign up
rubygems

rspec-steps

A minimal implementation of integration testing within RSpec. Allows you to build sequential specs, each with a description, but where state is maintained between tests and before/after actions are only triggered at the beginning and end of the entire sequence. Cool things you can do with this: * Build multi-step user stories in plain RSpec syntax. Locate the point of failure quickly, and break up large integrations into sensible steps * Speed up groups of related tests by running your factories only once before the whole group.

Activity

Latest release
10y ago
Total releases
26
Cadence
~22 days
Last 12 months
0

Details

License
MIT
First release
Jul 25, 2011
Releases
Version Released
2.1.1 patch
2.1.0 minor
2.0.0 major
2.0.1 patch
1.0.7 patch
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 major
0.4.1 patch
0.4.0 minor
0.3.0 minor
0.2.0 minor
0.1.2 patch
0.1.1 patch
0.1.0 minor
0.0.9 patch
0.0.8 patch
0.0.7 patch
0.0.6 patch
0.0.5 patch
0.0.4 patch
0.0.3 initial