Class: ChemistryKit::CLI::CKitCLI
- Inherits:
-
Thor
- Object
- Thor
- ChemistryKit::CLI::CKitCLI
- Defined in:
- lib/chemistrykit/cli/cli.rb
Instance Method Summary collapse
Instance Method Details
#brew ⇒ Object
27 28 29 30 31 32 33 34 35 36 37 |
# File 'lib/chemistrykit/cli/cli.rb', line 27 def brew require 'chemistrykit/shared_context' pass_params if ['params'] load_page_objects set_logs_dir turn_stdout_stderr_on_off rspec_config symlink_latest_report run_rspec end |