Sha256: 5daf56e8bb395700423ca46a84a1f2c5b3c6c107dc467d79ec1ae59956ea7e5f
Contents?: true
Size: 369 Bytes
Versions: 50
Compression:
Stored size: 369 Bytes
Contents
recipe :ruby recipe :ignore ignore(%r{^(spec/fixtures)}) process do |files| cuke_files = files.take_and_map do |path| if path =~ %r{^features/\w+\.feature$} path elsif path =~ %r{^bin} # run all features when bin/xcpretty changes Dir.glob("features/**/*.feature") end end execute "cucumber -f progress #{cuke_files.join(' ')}" end
Version data entries
50 entries across 50 versions & 4 rubygems