summaryrefslogtreecommitdiff
path: root/fake-service/features/tag_and_reply.feature
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-11-06 11:54:59 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-11-06 14:57:08 -0200
commit870e5ce9da3b786c590cdee2ead02bbbdafcce3d (patch)
treef09ebbe4be5e419085f2a11b4e73b4cce122bde8 /fake-service/features/tag_and_reply.feature
parent46692d1994ab83a0def7bd24f02efa0eaa130871 (diff)
Deleting functional tests from fake service
Diffstat (limited to 'fake-service/features/tag_and_reply.feature')
-rw-r--r--fake-service/features/tag_and_reply.feature28
1 files changed, 0 insertions, 28 deletions
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 <http://www.gnu.org/licenses/>.
-
-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
-
-