Sha256: 3a583fdc04e4f5466042c7fbea905f34c1e1521c6ee0d2cede6501a968bdaadc
Contents?: true
Size: 775 Bytes
Versions: 2
Compression:
Stored size: 775 Bytes
Contents
<% $LOAD_PATH << ::File.expand_path('../lib', __FILE__) require 'aruba/version' require 'ffi' java_version = (RUBY_DESCRIPTION.match(/.*?on.*?(1\.[\d]\..*? )/))[1] if defined?(JRUBY_VERSION) std_opts = "--format pretty --color --exclude features/fixtures --require features --tags ~@unsupported-on" 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') ignore_opts = [] ignore_opts << '--tags ~@ignore' ignore_opts = ignore_opts.join(' ') %> default: <%= std_opts %> --tags ~@wip <%= java_default_opts %> <%= ignore_opts %> wip: <%= std_opts %> --wip --tags @wip:3 <%= java_wip_opts %> <%= ignore_opts %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aruba-1.0.0.pre.alpha.4 | cucumber.yml |
aruba-1.0.0.pre.alpha.3 | cucumber.yml |