mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
10 lines
324 B
Gherkin
10 lines
324 B
Gherkin
|
Feature: Instance Variables
|
||
|
Scenario: A dynamic page template using instance variables
|
||
|
Given the Server is running at "instance-vars-app"
|
||
|
When I go to "/a.html"
|
||
|
Then I should see "A: 'set'"
|
||
|
Then I should see "B: ''"
|
||
|
When I go to "/b.html"
|
||
|
Then I should see "A: ''"
|
||
|
Then I should see "B: 'set'"
|