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
28 29 30 31 32 33 34 35 36 37 |
# File 'lib/chemistrykit/cli/cli.rb', line 28 def brew require 'chemistrykit/shared_context' pass_params if ['params'] turn_stdout_stderr_on_off set_logs_dir load_page_objects rspec_config run_rspec end |