View Source ESpec.SuiteRunner (ESpec v1.9.1)

Defines functions for running specs in modules.

Link to this section Summary

Functions

Runs before_all hook, examples and then after_all hook.

Link to this section Functions

Link to this function

run(module, opts, shuffle \\ true)

View Source

Runs before_all hook, examples and then after_all hook.

Link to this function

run_examples(examples, sync \\ Configuration.get(:sync))

View Source

Runs examples.