features/cells.feature in middleman-cells-0.0.2 vs features/cells.feature in middleman-cells-0.0.3
- old
+ new
@@ -43,9 +43,12 @@
Then I should see:
"""
<p>This is a parent.</p>
<p>This is a child.</p>
"""
+ When I go to "/app_shortcuts.html"
+ Then I should see "Awesome Site"
+ Then I should see "Middleman::Cells::Extension"
Scenario: Hamlit support
Given the Server is running at "hamlit-app"
When I go to "/index.html"
Then I should see "<p>This is a Hamlit.</p>"