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/po.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/po.feature')
-rw-r--r-- | features/po.feature | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/features/po.feature b/features/po.feature new file mode 100644 index 00000000..91b8fd00 --- /dev/null +++ b/features/po.feature @@ -0,0 +1,9 @@ +@source +Feature: check PO files + As a Tails developer, when I build Tails, I want to make sure + the PO files in use are correct. + + @doc + Scenario: check all PO files + Given I am in the Git branch being tested + Then all the PO files should be correct |