Manual test suite: use more precise data when comparing image size.
[tails.git] / features / step_definitions / po.rb
blobc73bacef9404087df35681b0e5227fd2bbe3c619
1 Given /^I am in the Git branch being tested$/ do
2   Dir.chdir(GIT_DIR)
3 end
5 Then /^all the PO files should be correct$/ do
6   File.exists?('./submodules/jenkins-tools/slaves/check_po')
7   cmd_helper(['./submodules/jenkins-tools/slaves/check_po'])
8 end