Fixed syntax for a cucumber scenario.

This commit is contained in:
Mario Visic 2011-10-18 22:55:31 +08:00
parent 4d19117351
commit 4088500795

View File

@ -3,14 +3,14 @@ Feature: Pages
As an admin, designer or author
I will be restricted based on my role
Background:
Given I have the site: "test site" set up
And I have a custom model named "Projects" with
| label | kind | required |
| Name | string | true |
| Description | text | false |
And I have a designer and an author
And a page named "hello-world" with the template:
Background:
Given I have the site: "test site" set up
And I have a custom model named "Projects" with
| label | kind | required |
| Name | string | true |
| Description | text | false |
And I have a designer and an author
And a page named "hello-world" with the template:
"""
Hello World
"""