Mix.Tasks.Espec

Runs the specs.

This task starts the current application, loads up spec/spec_helper.exs and then requires all files matching the spec/**/_spec.exs pattern in parallel.

A list of files can be given after the task name in order to select the files to compile:

mix spec test/some/particular/file_test.exs

Command line options

Source

Summary

parse_file(file)
parse_files(files)
run(args)

Callback implementation for c:Mix.Task.run/1

Functions

parse_file(file)
Source
parse_files(files)
Source
run(args)

Callback implementation for c:Mix.Task.run/1.

Source