Sha256: d1c0e69c483e1c0c37e52245d96503c08d26f21ba98a89ae9f6348fb2ec2bee2

Contents?: true

Size: 455 Bytes

Versions: 316

Compression:

Stored size: 455 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"
%>
default: <%= std_opts %> features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip

Version data entries

316 entries across 304 versions & 40 rubygems

Version Path
houston-devise_ldap_authenticatable-0.7.1 spec/rails_app/config/cucumber.yml
houston-devise_ldap_authenticatable-0.7.0 spec/rails_app/config/cucumber.yml
xn_devise_ldap_authenticatable-0.8.5 spec/rails_app/config/cucumber.yml
devise_ldap_authenticatable-0.8.5 spec/rails_app/config/cucumber.yml
localeapp-0.9.3 cucumber.yml
devise_ldap_authenticatable-0.8.4 spec/rails_app/config/cucumber.yml
localeapp-0.9.2 cucumber.yml
localeapp-0.9.1 cucumber.yml
devise_ldap_authenticatable-0.8.3 spec/rails_app/config/cucumber.yml
devise_ldap_norm-0.2.0 spec/rails_app/config/cucumber.yml
localeapp-0.9.0 cucumber.yml
serum-rails-0.2.1 spec/test_apps/rails-2-3/config/cucumber.yml
serum-rails-0.2.0 spec/test_apps/rails-2-3/config/cucumber.yml
serum-rails-0.1.1 spec/test_app/config/cucumber.yml
serum-rails-0.1.0 spec/test_app/config/cucumber.yml
persistent_settings-1.5.0 config/cucumber.yml
localeapp-0.8.1 cucumber.yml
localeapp-0.8.0 cucumber.yml
localeapp-0.7.2 cucumber.yml
configurable_engine-0.3.1 config/cucumber.yml