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, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #name, #options, #puts, #stdin, #system!, #theme
Instance Method Details
#default_command ⇒ Object
8
|
# File 'lib/brut/cli/apps/test.rb', line 8
def default_command = Run.new
|
#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"
|
#opts ⇒ Object
9
|
# File 'lib/brut/cli/apps/test.rb', line 9
def opts = default_command.opts
|
#run ⇒ Object
10
11
12
|
# File 'lib/brut/cli/apps/test.rb', line 10
def run
delegate_to_command(default_command)
end
|