From 870e5ce9da3b786c590cdee2ead02bbbdafcce3d Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Thu, 6 Nov 2014 11:54:59 -0200 Subject: Deleting functional tests from fake service --- fake-service/features/tag_and_reply.feature | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 fake-service/features/tag_and_reply.feature (limited to 'fake-service/features/tag_and_reply.feature') diff --git a/fake-service/features/tag_and_reply.feature b/fake-service/features/tag_and_reply.feature deleted file mode 100644 index 5e28827f..00000000 --- a/fake-service/features/tag_and_reply.feature +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright (c) 2014 ThoughtWorks, Inc. -# -# Pixelated is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Pixelated is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with Pixelated. If not, see . - -Feature: tagging and replying - Scenario: User tags a mail, replies to it then checks that mail is in the right tag - When I open the first mail in the 'inbox' - Then that email has the 'inbox' tag - When I add the tag 'website' to that mail - Then I see that mail under the 'website' tag - And I open the mail I previously tagged - And I reply to it - When I select the tag 'sent' - Then I see the mail I sent - - -- cgit v1.2.3