1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

clarify wording of test

This commit is contained in:
Eric Skogen 2011-12-01 00:39:50 -06:00
parent ca68c7f944
commit 721c2112e1

View file

@ -34,7 +34,7 @@ Feature: Provide Sane Defaults for Partial Behavior
When I go to "/locals.html" When I go to "/locals.html"
Then I should see "Local var is bar" Then I should see "Local var is bar"
Scenario: Partial and Layout of different engine Scenario: Partial and Layout use different engines
Given the Server is running at "different-engine-partial" Given the Server is running at "different-engine-partial"
When I go to "/index.html" When I go to "/index.html"
Then I should see "Slim Footer" Then I should see "Slim Footer"