Sha256: 11d95d85a01fe1f1530f66c4e78f563113d4931bb11740926379941be00ea7a1

Contents?: true

Size: 706 Bytes

Versions: 3

Compression:

Stored size: 706 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
        bundle exec rake

    And presuming that passes OK

        git add .
        git commit -m 'First commit'

    You can run the app with

        bundle exec rackup
    """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
skellington-0.4.0 features/hyphens.feature
skellington-0.3.6 features/hyphens.feature
skellington-0.3.5 features/hyphens.feature