Sha256: 86513e714c47574720fbb033c57427eef45a0cd83566e04f271501b78746c0ae

Contents?: true

Size: 593 Bytes

Versions: 1

Compression:

Stored size: 593 Bytes

Contents

gems:
  production:
    - sinatra
    - thin
    - rake

  test:
    - cucumber
    - capybara
    - guard-cucumber
    - pry

  test_require_false:
    - cucumber-api-steps

files:
  Gemfile:
  Rakefile:
  Procfile:
  Guardfile:
  .ruby-version:
  config.ru:
  # the template has this name
  features/first.feature:
    # but the output file substitutes it like this, where wormname is an attribute
    # on the Generator object
    outpath: first/wormname
  features/step_definitions/app_steps.rb:
    outpath: app/wormname
  features/support/env.rb:
  lib/app.rb:
    outpath: app/wormname

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skellington-0.3.3 config/config.yaml