From 24ecda0bc7b052496371cec4c21eca6458fb03ec Mon Sep 17 00:00:00 2001 From: DuncanvR Date: Thu, 29 Jan 2015 20:44:29 +0100 Subject: [PATCH] Extend spec for the 'Cancel meeting' feature --- features/cancel-meeting.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/cancel-meeting.feature b/features/cancel-meeting.feature index 8ff28be..5aeeb10 100644 --- a/features/cancel-meeting.feature +++ b/features/cancel-meeting.feature @@ -3,6 +3,13 @@ Feature: Cancel meeting I want to be able to cancel a meeting So that I can let the other participants know the meeting can't go through + Scenario: Host cancels prospective meeting + Given Alice is the host of a prospective meeting + When Alice cancels the meeting + Then there is no prospective meeting + and the system plans a prospective meeting + and Alice is not the host of the prospective meeting + Scenario: Host cancels scheduled meeting Given Bob is the host of a scheduled meeting When Bob cancels the meeting