ESpec.Configuration

Handles ESpec configuraions. @list contains all available keys in config.

Source

Summary

add(opts)

Accepts a keyword of options. Puts options into application environment. Allows only whitelisted options

all()

Returns all options

before(value, arg)
configure(func)

Allows to set the config options. See ESpec.configure/1

file_opts(value, arg)
finally(value, arg)
finish_loading_time(value, arg)
finish_specs_time(value, arg)
focus(value, arg)
format(value, arg)
get(key)

Returns the value associated with key

hello(value, arg)
order(value, arg)
out(value, arg)
out_file(value, arg)
silent(value, arg)
start_loading_time(value, arg)
test(value, arg)
trace(value, arg)

Functions

add(opts)

Accepts a keyword of options. Puts options into application environment. Allows only whitelisted options.

Source
all()

Returns all options.

Source
before(value, arg)
Source
configure(func)

Allows to set the config options. See ESpec.configure/1.

Source
file_opts(value, arg)
Source
finally(value, arg)
Source
finish_loading_time(value, arg)
Source
finish_specs_time(value, arg)
Source
focus(value, arg)
Source
format(value, arg)
Source
get(key)

Returns the value associated with key.

Source
hello(value, arg)
Source
order(value, arg)
Source
out(value, arg)
Source
out_file(value, arg)
Source
silent(value, arg)
Source
start_loading_time(value, arg)
Source
test(value, arg)
Source
trace(value, arg)
Source