ESpec.BeforeAndAfterAll (ESpec v1.10.0)

View Source

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

after_all(list)

(macro)

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

before_all(list)

(macro)

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