Class: Cuprum::Cli::Commands::Ci::RSpecEachCommand
- Inherits:
-
Cuprum::Cli::Command
- Object
- Cuprum::Command
- Cuprum::Cli::Command
- Cuprum::Cli::Commands::Ci::RSpecEachCommand
- 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
Method Summary
Methods included from Options::Quiet
Methods included from Dependencies::StandardIo::Helpers
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