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