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:
parent
ca68c7f944
commit
721c2112e1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue