Small fix on the admin snippets feature.

This commit is contained in:
Mario Visic 2011-06-02 21:58:17 +08:00
parent 684b1ddf5c
commit 8575af8b33

View File

@ -14,12 +14,12 @@ Background:
""" """
"yield" "yield"
""" """
And a snippet named "other" with the template:
Scenario: Updating a Snippet that includes another snippet
Given a snippet named "other" with the template:
""" """
"other" "other"
""" """
Scenario: Updating a Snippet that includes another snippet
When I go to theme assets When I go to theme assets
And I follow "yield" And I follow "yield"
And I fill in "snippet_template" with "{% include 'other' %}" And I fill in "snippet_template" with "{% include 'other' %}"