Sha256: 7c2d88c803b21dedca63cb60ce4443a2bffadcd2041505f75ea3fd979702510b

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

default_opts: &default_opts
  - --options config/.rspec
  - --format documentation
  - --format html --out tmp/rspec_result.html

rspec: &rspec
  options: *default_opts

examples:
  <<: *rspec
  env_file: .example.env
  enc_configs:
    - name: example
      env_key: MASTER_KEY

ci_specs:
  <<: *rspec
  env:
    - CI='1'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
specimen-0.0.4.alpha lib/specimen/generator/rspec/templates/config/specimen.specs.yml.tt