Class: ChemistryKit::CLI::CKitCLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/chemistrykit/cli/cli.rb

Instance Method Summary collapse

Instance Method Details

#brewObject



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 options['params']
  turn_stdout_stderr_on_off
  set_logs_dir
  load_page_objects
  setup_tags
  rspec_config
  run_rspec
end