Module rspec::block[][src]

Blocks are used to build a tree structure of named tests and contextes.

Re-exports

pub use block::context::*;
pub use block::example::*;
pub use block::suite::*;

Modules

context

The Context module holds all the functionalities for the test declaration, that is: before, after, suite, context, it and their variants.

example
suite

Enums

Block

Blocks are used to build a tree structure of named tests and contextes.