mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
262 B
Gherkin
6 lines
262 B
Gherkin
Feature: Support request parameters
|
|
Scenario: Use request params in a template
|
|
Given the Server is running at "request-app"
|
|
When I go to "/index.html?say=Hello+World"
|
|
Then I should see "Quote Hello World"
|
|
Then I should see "Symbol Hello World"
|