ESpec.Context (ESpec v1.10.0)
View SourceDefines macros 'context', 'describe', and 'example_group'. Defines macros for 'skip' and 'focus' example groups
Summary
Functions
Context has description, line, and options. Available options are
Add context with description and opts to 'example context'.
Aliases for context
.
Macros for focused contexts
Macros for skipped contexts
Functions
Context has description, line, and options. Available options are:
- [skip: true] or [skip: "Reason"] - skips examples in the context;
- [focus: true] - sets focus to run with
--focus
option.
Add context with description and opts to 'example context'.
Aliases for context
.
Macros for focused contexts
Macros for skipped contexts