repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git]
/
features
/
step_definitions
/
po.rb
blob
bcb506b769476a7f3c079b1c721658feb9f7fcf7
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
4
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