Class: Cuprum::Cli::Commands::Ci::RSpecEachCommand

Inherits:
Cuprum::Cli::Command show all
Includes:
Dependencies::StandardIo::Helpers, Options::Quiet
Defined in:
lib/cuprum/cli/commands/ci/rspec_each_command.rb

Overview

Command for running each RSpec file in its own process.

Constant Summary

Constants included from Dependencies::StandardIo::Helpers

Dependencies::StandardIo::Helpers::FALSY_VALUES, Dependencies::StandardIo::Helpers::INTEGER_PATTERN, Dependencies::StandardIo::Helpers::TRUTHY_VALUES

Constants included from Metadata

Metadata::FULL_NAME_FORMAT

Method Summary

Methods included from Options::Quiet

#say

Methods included from Dependencies::StandardIo::Helpers

#ask, #say, #warn

Methods inherited from Cuprum::Cli::Command

argument, #call, dependency, #initialize, option

Methods included from Arguments::ClassMethods

#argument, #argument_value, #argument_values, #arguments, #resolve_arguments

Methods included from Options::ClassMethods

#option, #option_value, #option_values, #options, #resolve_options

Constructor Details

This class inherits a constructor from Cuprum::Cli::Command