From da080c472fc415b0ce918f4dd4a1ab143bb1bca4 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Mon, 14 Mar 2016 15:36:16 +0100 Subject: rough attempt to grab the good cucumber bits from recent tails --- features/po.feature | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 features/po.feature (limited to 'features/po.feature') 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 -- cgit v1.2.3-54-g00ecf