ESpec v1.7.0 ESpec View Source
The ESpec basic module. Imports a lot of ESpec components.
One should use
the module in spec modules.
Link to this section Summary
Functions
Adds example to the agent
Allows to set the config options. ESpec.configure(fn(config) -> config.key value config.another_key another_value end)
Runs the examples
Returns all examples
Starts ESpec. Starts agents to store specs, mocks, cache 'let' values, etc
Stops ESpec components
Link to this section Functions
Link to this function
add_spec(module) View Source
Adds example to the agent.
Link to this function
configure(func) View Source
Allows to set the config options. ESpec.configure(fn(config) -> config.key value config.another_key another_value end)
Runs the examples
Link to this function
specs() View Source
Returns all examples.
Link to this function
start() View Source
Starts ESpec. Starts agents to store specs, mocks, cache 'let' values, etc.
Link to this function
stop() View Source
Stops ESpec components
Link to this function