Sha256: a4820dfeb78f98b9fda7a93c66eea56aeab088490b2e8b475efcf5c1e49b645b

Contents?: true

Size: 432 Bytes

Versions: 3

Compression:

Stored size: 432 Bytes

Contents

Feature: Implement rack interface

  As a developer
  I want to have a rack handler
  In order to serve rack applications

  Scenario: Serve a one-file rack application
    Given the rack test app is running
    When I go to "/"
    Then the response should contain "Rack works"

  Scenario: Serve a rails application
    Given the rails test app is running
    When I go to ""
    Then the response should contain "Yarn Test Blog"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yarn-0.1.0 features/rack.feature
yarn-0.0.9 features/rack.feature
yarn-0.0.2 features/rack.feature