Struct rspec::Configuration [] [src]

pub struct Configuration {
    pub parallel: bool,
    pub exit_on_failure: bool,
}

A Runner's configuration.

Fields

Whether the runner executes tests in parallel

Whether the runner exits the procees upon encountering failures

Trait Implementations

impl Default for Configuration
[src]

[src]

Returns the "default value" for a type. Read more