Sha256: 31c64654d6f855c2a883217482eff9333517dc293c724e7ba89027e122b47a58

Contents?: true

Size: 766 Bytes

Versions: 8

Compression:

Stored size: 766 Bytes

Contents

Feature: Generate skellington

  Scenario: generate feature
    When I successfully run `skellington generate dummy_gem`
    Then a directory named "dummy_gem/features" should exist
    And a file named "dummy_gem/features/dummy_gem.feature" should exist
    And the file "dummy_gem/features/dummy_gem.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_gem`
    And a file named "dummy_gem/features/support/env.rb" should exist
    And the file "dummy_gem/features/support/env.rb" should contain:
    """
    DummyGem
    """

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
skellington-0.1.2 features/cukes.feature
skellington-0.1.1 features/cukes.feature
skellington-0.1.0 features/cukes.feature
skellington-0.0.7 features/cukes.feature
skellington-0.0.6 features/cukes.feature
skellington-0.0.5 features/cukes.feature
skellington-0.0.4 features/cukes.feature
skellington-0.0.2 features/cukes.feature