Class: Brut::CLI::Apps::Test

Inherits:
Commands::BaseCommand show all
Defined in:
lib/brut/cli/apps/test.rb

Defined Under Namespace

Classes: Audit, E2e, Js, Run

Instance Attribute Summary

Attributes inherited from Commands::BaseCommand

#parent_command

Instance Method Summary collapse

Methods inherited from Commands::BaseCommand

#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_classObject



8
# File 'lib/brut/cli/apps/test.rb', line 8

def default_command_class = Run

#default_rack_envObject



7
# File 'lib/brut/cli/apps/test.rb', line 7

def default_rack_env = "development"

#descriptionObject



5
# File 'lib/brut/cli/apps/test.rb', line 5

def description = "Run and audit tests of the app"