Sha256: ee88ff61af383007c2e8e2a01146ed33a31805727ce0a56086de4c34224d63c3

Contents?: true

Size: 291 Bytes

Versions: 13

Compression:

Stored size: 291 Bytes

Contents

Feature: Generate skellington

  Scenario: generate Procfile
    When I successfully run `skellington generate dummy_app`
    Then a file named "dummy_app/Procfile" should exist
    And the file "dummy_app/Procfile" should contain:
    """
    web: bundle exec ruby lib/dummy_app.rb
    """

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
skellington-0.4.0 features/procfile.feature
skellington-0.3.6 features/procfile.feature
skellington-0.3.5 features/procfile.feature
skellington-0.3.4 features/procfile.feature
skellington-0.3.3 features/procfile.feature
skellington-0.3.2 features/procfile.feature
skellington-0.3.1 features/procfile.feature
skellington-0.3.0 features/procfile.feature
skellington-0.2.2 features/procfile.feature
skellington-0.2.1 features/procfile.feature
skellington-0.2.0 features/procfile.feature
skellington-0.1.4 features/procfile.feature
skellington-0.1.3 features/procfile.feature