Sha256: 1da036e05103808b83a0514e143d4f0216f393c8f10113cef2e4377ad2b62c13
Contents?: true
Size: 498 Bytes
Versions: 5
Compression:
Stored size: 498 Bytes
Contents
<% java_version = (RUBY_DESCRIPTION.match(/.*?on.*?(1\.[\d]\..*? )/))[1] if defined?(JRUBY_VERSION) std_opts = "--color --exclude features/fixtures" java_default_opts = "--tags ~@wip-jruby-java-1.6" if defined?(JRUBY_VERSION) && (java_version < '1.7.0') java_wip_opts = "--tags @wip-jruby-java-1.6:3" if defined?(JRUBY_VERSION) && (java_version < '1.7.0') %> default: <%= std_opts %> --tags ~@wip <%= java_default_opts %> wip: <%= std_opts %> --wip --tags @wip:3 <%= java_wip_opts %>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.7.4 | cucumber.yml |
aruba-0.7.3 | cucumber.yml |
aruba-0.7.2 | cucumber.yml |
aruba-0.7.1 | cucumber.yml |
aruba-0.7.0 | cucumber.yml |