Sha256: 98a5d8f6bd7a6cb9611dbc0a6b0296e3f857817370b5231e40a3e06de55dbe2b
Contents?: true
Size: 684 Bytes
Versions: 1
Compression:
Stored size: 684 Bytes
Contents
default: &default threads: 1 env: - FOO='123' <% if data[:cucumber] -%> cucumber: &cucumber framework: cucumber profiles: [] options: &options - --publish-quiet - --format pretty - --format html --out tmp/cucumber_result.html env: - FOO='123' - BAZ='something' ci_cukes: <<: *cucumber env: - CI='1' profiles: - regression <% end -%> <% if data[:rspec] -%> rspec: &rspec framework: rspec options: - --options config/.rspec - --format progress - --format documentation - --format html --out tmp/rspec_result.html env: - FOO='123' - BAZ='something' ci_specs: <<: *rspec env: - CI='1' <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
specimen-0.0.4.alpha | lib/specimen/generator/project/templates/root/config/specimen.yml.tt |