Sha256: 69b95b65cbaf31fb2c5fa2cf082737afff0ebbf15110fba81234bde5f4bd1a16

Contents?: true

Size: 766 Bytes

Versions: 6

Compression:

Stored size: 766 Bytes

Contents

Feature: Generate skellington

  Scenario: generate feature
    When I successfully run `skellington generate dummy_app`
    Then a directory named "dummy_app/features" should exist
    And a file named "dummy_app/features/dummy_app.feature" should exist
    And the file "dummy_app/features/dummy_app.feature" should contain:
    """
    Feature: Make sure it's plumbed in correctly

      Scenario: Get root
        When I send a GET request to "/"
        Then the response status should be "200"
    """

  Scenario: generate env.rb
    When I successfully run `skellington generate dummy_app`
    And a file named "dummy_app/features/support/env.rb" should exist
    And the file "dummy_app/features/support/env.rb" should contain:
    """
    DummyApp
    """

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
skellington-0.3.0 features/cukes.feature
skellington-0.2.2 features/cukes.feature
skellington-0.2.1 features/cukes.feature
skellington-0.2.0 features/cukes.feature
skellington-0.1.4 features/cukes.feature
skellington-0.1.3 features/cukes.feature