From 2dab9848c4e0af6e6c7b9fc6fcb0721c211d093e Mon Sep 17 00:00:00 2001 From: Antony Marcano Date: Sun, 18 Sep 2011 01:13:16 +0100 Subject: [PATCH] Making role scenarios even more 'instructional' --- features/defining_roles/define_a_role.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/defining_roles/define_a_role.feature b/features/defining_roles/define_a_role.feature index 7b73472..f3eb485 100644 --- a/features/defining_roles/define_a_role.feature +++ b/features/defining_roles/define_a_role.feature @@ -29,8 +29,8 @@ Feature: Define the Role * you should see it has 'passed' Scenario: How to establish roles that grammatically require an 'an' - * you have created a role, named 'UnregisteredCustomer' - * you attempt to run a scenario: containing + * you start by creating a role, named 'UnregisteredCustomer' + * you then run a scenario, containing """ Given I am an Unregistered Customer """