Module: TestConsole::Config

Included in:
Builder, Help, Output, Runner
Defined in:
lib/test_console/config.rb

Overview

Configuration options for the test console.

Constant Summary collapse

@@watch_paths =
['test/support', 'lib', 'app/models', 'app/controllers', 'app/helpers', 'app/presenters']
@@view_folders =
['app/views']
@@stop_folders =
['test/fixtures', 'config/environments']
@@drop_folders =
['test', 'unit', 'functional', 'helpers', 'integration']
@@run_commands =
['run', 'r']
@@quit_commands =
['quit', 'q', 'exit']
@@rerun_commands =
['rerun', '.']
@@help_commands =
['help', 'h', '?', 'wtf']
@@dummy_folder =
'dummy/test'
@@error_color =
:red
@@backtrace_local_color =
@@error_color
@@backtrace_gem_color =
:magenta
@@fail_color =
:magenta
@@success_color =
:green