Sha256: d43beee01341f48f015d96a60a7dbf5ded1ced8d313326900b45c516cd92c48f
Contents?: true
Size: 529 Bytes
Versions: 3
Compression:
Stored size: 529 Bytes
Contents
Feature: Dynamic request As a developer I want to be able to serve ruby files In order to provide dynamic content Background: Given the server is running Scenario: Serve a dynamic Ruby file Given the file "/app.rb" exist When I go to "/app.rb" Then the response should contain "Dynamic request complete" Scenario: Support POST data Given the file "/post_app.rb" exist When I post "field1" as "value1" to "/test_objects/post_app.rb" Then the response should be "Recieved field1=value1"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yarn-0.1.0 | features/dynamic_request.feature |
yarn-0.0.9 | features/dynamic_request.feature |
yarn-0.0.2 | features/dynamic_request.feature |