blob: 91b8fd00b315007242aeacbb0051bd97fc1eddb9 (
plain)
1
2
3
4
5
6
7
8
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
|