Class: Cuprum::Cli::Commands::Ci::RSpecCommand
- Inherits:
-
Cuprum::Cli::Command
- Object
- Cuprum::Command
- Cuprum::Cli::Command
- Cuprum::Cli::Commands::Ci::RSpecCommand
- Includes:
- Dependencies::StandardIo::Helpers, Options::Quiet
- Defined in:
- lib/cuprum/cli/commands/ci/rspec_command.rb
Overview
Command for running an RSpec test suite.
Constant Summary collapse
- Report =
Data class for recording the results of an RSpec command.
Cuprum::Cli::Commands::Ci::Report.define do private def item_name = 'example' end
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