fix cucumber story for markup in project description

This commit is contained in:
Reinier Balt 2010-03-24 20:45:59 +01:00
parent 8dbf790810
commit 025cfa2686
2 changed files with 23 additions and 3 deletions

View file

@ -15,5 +15,5 @@ Feature: Manage a project
Scenario: I can describe the project using markup
When I visit the "manage me" project
And I edit the project description to "_successfull outcome_: project is *done*"
Then I should see "<i>successfull outcome<i>"
And I should see " <b>done</b>"
Then I should see the italic text "successfull outcome" in the project description
And I should see the bold text "done" in the project description