diff options
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 |