diff options
author | Philip Hands <phil@hands.com> | 2016-03-14 15:36:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | da080c472fc415b0ce918f4dd4a1ab143bb1bca4 (patch) | |
tree | bf63179f32f0eda0c2d5796e3e31c18c3c1185cf /features/mat.feature | |
parent | 26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (diff) | |
download | jenkins.debian.net-da080c472fc415b0ce918f4dd4a1ab143bb1bca4.tar.xz |
rough attempt to grab the good cucumber bits from recent tails
Diffstat (limited to 'features/mat.feature')
-rw-r--r-- | features/mat.feature | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/features/mat.feature b/features/mat.feature new file mode 100644 index 00000000..e492b0fb --- /dev/null +++ b/features/mat.feature @@ -0,0 +1,13 @@ +@product +Feature: Metadata Anonymization Toolkit + As a Tails user + I want to be able to remove leaky metadata from documents and media files + + # In this feature we cannot restore from snapshots since it's + # incompatible with filesystem shares. + + Scenario: MAT can clean a PDF file + Given a computer + And I setup a filesystem share containing a sample PDF + And I start Tails from DVD with network unplugged and I login + Then MAT can clean some sample PDF file |