Module: Cybele::Helpers::Pronto

Included in:
AppBuilder
Defined in:
lib/cybele/helpers/pronto.rb

Instance Method Summary collapse

Instance Method Details

#configure_prontoObject



6
7
8
9
10
11
12
13
14
15
16
# File 'lib/cybele/helpers/pronto.rb', line 6

def configure_pronto
  # Create pronto files
  create_config_files
  template 'pronto/rubo.erb',
           'bin/rubo',
           force: true
  run 'chmod +x bin/rubo'

  # Ignore secret information file
  append_file('.gitignore', '.pronto.yml')
end