ESpec

The ESpec basic module. Imports a lot of ESpec components. One should use the module in spec modules.

Source

Summary

add_spec(module)
configure(func)
run()

Runs the examples and prints results

specs()
start()

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

Functions

add_spec(module)
Source
configure(func)
Source
run()

Runs the examples and prints results

Source
specs()
Source
start()

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

Source