Sha256: 431da92731f4b5c2323c8decf7b3b28414c06a9919e1cab374df1d417b9c29c0
Contents?: true
Size: 459 Bytes
Versions: 28
Compression:
Stored size: 459 Bytes
Contents
require 'cuke-pack/support/pause' require 'cuke-pack/support/pending' Before do # if you want pending steps to pause before marking the step as pending, # set @pause_ok to true @pause_ok = false end require 'cuke-pack/support/step_writer' require 'cuke-pack/support/wait_for' require 'cuke-pack/support/failfast' # set the level of flaying on the step definitions # set it to false to skip flaying flay_level = 32 require 'cuke-pack/support/flay'
Version data entries
28 entries across 28 versions & 1 rubygems