Sha256: 5704979d967d7c4dda04303d4f9b60415e680eede2ac13de417baafe35bc4df9

Contents?: true

Size: 580 Bytes

Versions: 1

Compression:

Stored size: 580 Bytes

Contents

gems:
  production:
    - sinatra
    - thin
    - rake

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

  test_require_false:
    - cucumber-api-steps

files:
  Gemfile:
  Rakefile:
  Procfile:
  .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.2 config/config.yaml