summaryrefslogtreecommitdiffstats
path: root/features/step_definitions/po.rb
blob: c73bacef9404087df35681b0e5227fd2bbe3c619 (plain)
1
2
3
4
5
6
7
8
Given /^I am in the Git branch being tested$/ do
  Dir.chdir(GIT_DIR)
end

Then /^all the PO files should be correct$/ do
  File.exists?('./submodules/jenkins-tools/slaves/check_po')
  cmd_helper(['./submodules/jenkins-tools/slaves/check_po'])
end