Sha256: a2268f3623f15a29c9a3d566377d9e22abe46e48fb26d137ce165dfa0e8ab85b

Contents?: true

Size: 682 Bytes

Versions: 5

Compression:

Stored size: 682 Bytes

Contents

Feature: Generate skellington

  Scenario: change the names if there are hyphens
    When I successfully run `skellington generate hyphenated-name`
    Then the output should contain "Generating hyphenated_name/Gemfile"
    And the output should contain "bundle"
    And the output should contain:
    """
    Your new Sinatra app HyphenatedName has been created

    (Note that 'hyphenated-name' has been changed to 'hyphenated_name' because Ruby finds '-'s troubling)

    Now do

        cd hyphenated_name
        bundle
        rake

    And presuming that passes OK

        git add .
        git commit -m 'First commit'

    You can run the app with

        rackup
    """

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
skellington-0.3.4 features/hyphens.feature
skellington-0.3.3 features/hyphens.feature
skellington-0.3.2 features/hyphens.feature
skellington-0.3.1 features/hyphens.feature
skellington-0.3.0 features/hyphens.feature