ESpec v1.7.0 ESpec.Configuration View Source
Handles ESpec configurations. @list contains all available keys in config.
Link to this section Summary
Functions
Accepts a keyword of options. Puts options into application environment. Allows only whitelisted options
Returns all options
Allows to set the config options.
See ESpec.configure/1
Returns the value associated with key
Link to this section Functions
Link to this function
add(opts) View Source
Accepts a keyword of options. Puts options into application environment. Allows only whitelisted options.
Returns all options.
Link to this function
before(value) View Source
Link to this function
configure(func) View Source
Allows to set the config options.
See ESpec.configure/1
.
Link to this function
exclude(value) View Source
Link to this function
file_opts(value) View Source
Link to this function
finally(value) View Source
Link to this function
finish_loading_time(value) View Source
Link to this function
finish_specs_time(value) View Source
Link to this function
focus(value) View Source
Link to this function
formatters(value) View Source
Link to this function
formatters_timeout(value) View Source
Link to this function
get(key) View Source
Returns the value associated with key.
Link to this function
hello(value) View Source
Link to this function
only(value) View Source
Link to this function
order(value) View Source
Link to this function
out_file(value) View Source
Link to this function
seed(value) View Source
Link to this function
silent(value) View Source
Link to this function
start_loading_time(value) View Source
Link to this function
string(value) View Source
Link to this function
sync(value) View Source
Link to this function
test(value) View Source
Link to this function