Crate rspec [−] [src]
Modules
| context |
The Context module holds all the functionality for the test declaration, that is: |
| events |
Events are send by the Runner to signal the progression in the test suite, with the results |
| example_result | |
| formatter |
The formatter module expose different formatters that can be attached to the Runner and display the progression of the run under various forms |
| runner |
The Runner is where all the examples are actually executed. |