From 2567a9441e5a48436b4e517603e67daa4b3da761 Mon Sep 17 00:00:00 2001 From: Dan Goldenberg Date: Mon, 31 Jan 2011 18:40:55 -0800 Subject: [PATCH] Added notification.feature --- features/notifications.feature | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 features/notifications.feature diff --git a/features/notifications.feature b/features/notifications.feature new file mode 100644 index 000000000..ae21234bb --- /dev/null +++ b/features/notifications.feature @@ -0,0 +1,11 @@ +@javascript +Feature: Notifications + In order to see what is happening + As a User + I want to get notifications + +Scenario: someone offers to share with me + Given I am signed in + And I have one contact request + And I follow "notifications" in the header + Then I should see "offered to share with you" \ No newline at end of file -- GitLab