View Source ESpec.SuiteRunner (ESpec v1.9.2)

Defines functions for running specs in modules.

Summary

Functions

Runs before_all hook, examples and then after_all hook.

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.