forgot this

This commit is contained in:
John Bintz 2013-02-17 09:53:10 -05:00
parent 722cf66e0d
commit 0577bf7929
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module CukePack
<<-YML
default: #{headless_opts} features
wip: #{wip_opts}
precommit: #{headless_opts} --tags ~@wip:0 features
precommit: #{headless_opts} --tags ~@no-precommit --tags ~@wip:0 features
cleanup: #{headless_opts} -f Cucumber::CleanupFormatter --out unused.txt features
YML
end

View File

@ -7,6 +7,9 @@ require 'cuke-pack/support/step_writer'
# fail instantly if ENV['FAILFAST'] is set
require 'cuke-pack/support/failfast'
# use advanced in_progress mode
require 'cuke-pack/support/in_progress'
# set the level of flaying on the step definitions
# set it to false to skip flaying
flay_level = 32