From ee3f8a3f8bffea0a4ab9965f6e57e4c701408505 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Wed, 26 Dec 2012 16:46:05 +0100 Subject: [PATCH] set default format to progress for cucumber --- config/cucumber.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cucumber.yml b/config/cucumber.yml index 710cc9ea..0ccd3618 100644 --- a/config/cucumber.yml +++ b/config/cucumber.yml @@ -1,7 +1,7 @@ <% 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" +std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --tags ~@wip" %> default: <%= std_opts %> features wip: --tags @wip:15 --wip features