Class: Brut::CLI::Apps::Test
Defined Under Namespace
Classes: Audit, E2e, Js, Run
Instance Attribute Summary
#parent_command
Instance Method Summary
collapse
#accepts, #args_description, #argv, #bootstrap?, #commands, #default_command, #env, #env_vars, #execute, #name, #options, #opts, #puts, #run, #stderr, #stdin, #stdout, #system!
Instance Method Details
#default_command_class ⇒ Object
8
|
# File 'lib/brut/cli/apps/test.rb', line 8
def default_command_class = Run
|
#default_rack_env ⇒ Object
7
|
# File 'lib/brut/cli/apps/test.rb', line 7
def default_rack_env = "development"
|
#description ⇒ Object
5
|
# File 'lib/brut/cli/apps/test.rb', line 5
def description = "Run and audit tests of the app"
|