ESpec.Runner

Defines functions which runs the examples. Uses GenServer behavior.

Source

Summary

init(args)

Initiate the ESpec.Runner server with specs and options

run()

Runs all examples

run_examples(examples)

Runs examples

start()

Starts the ESpec.Runner server

Functions

init(args)

Initiate the ESpec.Runner server with specs and options

Source
run()

Runs all examples.

Source
run_examples(examples)

Runs examples.

Source
start()

Starts the ESpec.Runner server

Source