summaryrefslogtreecommitdiffstats
path: root/features/step_definitions/po.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/step_definitions/po.rb')
-rw-r--r--features/step_definitions/po.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/step_definitions/po.rb b/features/step_definitions/po.rb
deleted file mode 100644
index c73bacef..00000000
--- a/features/step_definitions/po.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-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