View Source ESpec.BeforeAndAfterAll (ESpec v1.9.2)

Defines before_all and after_all macros.

Summary

Functions

Defines after_all_function which is run after all the specs in the module.

Defines before_all_function which is run before all the specs in the module.

Functions

Link to this macro

after_all(list)

View Source (macro)

Defines after_all_function which is run after all the specs in the module.

Link to this macro

before_all(list)

View Source (macro)

Defines before_all_function which is run before all the specs in the module.