Class: Brut::CLI::Apps::Test::E2e
- Defined in:
- lib/brut/cli/apps/test.rb
Instance Method Summary collapse
Methods inherited from Run
Methods inherited from Command
#after_bootstrap, args, #args, #before_execute, command_name, default_env, #delegate_to_commands, description, detailed_description, env_var, #err, #execute, #global_options, #handle_bootstrap_exception, #initialize, name_matches?, option_parser, #options, opts, #out, requires_project_env, requires_project_env?, #system!
Methods included from Framework::Errors
Methods included from I18n::ForCLI
Methods included from I18n::BaseMethods
#l, #t, #t_direct, #this_field_value
Methods included from ExecutionResults
#abort_execution, #as_execution_result, #cli_usage_error, #continue_execution, #show_cli_usage, #stop_execution
Constructor Details
This class inherits a constructor from Brut::CLI::Command
Instance Method Details
#rebuild_after_by_default? ⇒ Boolean
88 |
# File 'lib/brut/cli/apps/test.rb', line 88 def rebuild_after_by_default? = true |
#rebuild_by_default? ⇒ Boolean
87 |
# File 'lib/brut/cli/apps/test.rb', line 87 def rebuild_by_default? = true |
#rspec_cli_args ⇒ Object
86 |
# File 'lib/brut/cli/apps/test.rb', line 86 def rspec_cli_args = "--tag e2e" |