Class: ChemistryKit::CLI::CKitCLI

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

Instance Method Summary collapse

Instance Method Details

#brewObject



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
  setup_tags
  rspec_config
  symlink_latest_report
  run_rspec
end