Sha256: 9b41019ae2d5f25ab7d0c500d5470ea5f8796b4dbec0e72588be02bf9c29420d
Contents?: true
Size: 600 Bytes
Versions: 264
Compression:
Stored size: 600 Bytes
Contents
<% 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'] || 'progress'} --strict --tags ~@wip" interp_opts = if defined?(RUBY_ENGINE) " --tags ~@exclude-#{RUBY_ENGINE}" else '' end %> default: <%= std_opts %><%= interp_opts %> features wip: --tags @wip:30 --wip features<%= interp_opts %> rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip<%= interp_opts %>
Version data entries
264 entries across 113 versions & 20 rubygems