ESpec v1.6.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

Adds example to the agent.

Allows to set the config options. ESpec.configure(fn(config) -> config.key value config.another_key another_value end)

Returns all examples.

Starts ESpec. Starts agents to store specs, mocks, cache ‘let’ values, etc.

Stops ESpec components