summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 06:40:57 -0700
committerNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 06:40:57 -0700
commitae9689f8ffdf8a69bd803021d1f57a37aba06e0d (patch)
tree34782141a1bd71be8fc29fe7b9adc8eb124350f4 /config
parentb58155113b46690d9390597f9f1feccf44b00989 (diff)
downloadgitlab-ce-ae9689f8ffdf8a69bd803021d1f57a37aba06e0d.tar.gz
remove cucumber completely
Diffstat (limited to 'config')
-rw-r--r--config/cucumber.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/config/cucumber.yml b/config/cucumber.yml
deleted file mode 100644
index 19b288df9d5..00000000000
--- a/config/cucumber.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-<%
-rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
-rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
-std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip"
-%>
-default: <%= std_opts %> features
-wip: --tags @wip:3 --wip features
-rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip