Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / features / step_definitions / po.rb
blobbcb506b769476a7f3c079b1c721658feb9f7fcf7
1 Given /^I am in the Git branch being tested$/ do
2   File.exists?("$git_dir/wiki/src/contribute/l10n_tricks/check_po.sh")
3 end
5 Given /^all the PO files should be correct$/ do
6   Dir.chdir($git_dir)
7   cmd_helper('./wiki/src/contribute/l10n_tricks/check_po.sh')
8 end