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
26 27 28 29 30 31 32 33 34 35 |
# File 'lib/chemistrykit/cli/cli.rb', line 26 def brew require 'chemistrykit/shared_context' load_page_objects set_logs_dir turn_stdout_stderr_on_off rspec_config symlink_latest_report run_rspec end |