Sha256: 807d6d3ce47513234644828de1f1dc4ded4b6a0726c94b7f9bad523ba6abb3b2

Contents?: true

Size: 818 Bytes

Versions: 22

Compression:

Stored size: 818 Bytes

Contents

ports:
  CAPYBARA_PORT:
    min: 8000
    max: 8999
  PHANTOMJS_PORT:
    min: 44600
    max: 44999

environment_variables:
  RUBY:
    read_and_replace_with: .ruby-version
  RAILS_ENV: 'test'

scripts:
  rspec:
    body: |
      #!/usr/bin/env bash
      set -eux
      mkdir -p tmp/cache
      export PATH=~/.rubies/$RUBY/bin:$PATH
      if [ ! -z ${ACTIVESUPPORT:-} ]; then BUNDLE_GEMFILE=Gemfile.activesupport$ACTIVESUPPORT bundle $BUNDLER exec rspec; else bundle exec rspec; fi

    start_when:
      'bundled':
        script_key: bundle

trial_attachments:
  logs:
    include_match: log\/.*\.log$
    content_type: text/plain
  image-screenshots:
    include_match: tmp\/capybara\/.*\.png$
    content_type: image/png
  html-screenshots:
    include_match: tmp\/capybara\/.*\.html$
    content_type: text/html

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
lhc-13.1.0 cider-ci/task_components/rspec.yml
lhc-13.0.0 cider-ci/task_components/rspec.yml
lhc-12.3.0 cider-ci/task_components/rspec.yml
lhc-12.2.1 cider-ci/task_components/rspec.yml
lhc-12.2.0 cider-ci/task_components/rspec.yml
lhc-12.1.3 cider-ci/task_components/rspec.yml
lhc-12.1.2 cider-ci/task_components/rspec.yml
lhc-12.1.1 cider-ci/task_components/rspec.yml
lhc-12.1.0 cider-ci/task_components/rspec.yml
lhc-12.0.3 cider-ci/task_components/rspec.yml
lhc-12.0.2 cider-ci/task_components/rspec.yml
lhc-12.0.1 cider-ci/task_components/rspec.yml
lhc-12.0.0 cider-ci/task_components/rspec.yml
lhc-11.2.0 cider-ci/task_components/rspec.yml
lhc-11.1.1 cider-ci/task_components/rspec.yml
lhc-11.1.0 cider-ci/task_components/rspec.yml
lhc-11.0.2 cider-ci/task_components/rspec.yml
lhc-11.0.1 cider-ci/task_components/rspec.yml
lhc-11.0.0 cider-ci/task_components/rspec.yml
lhc-10.5.4 cider-ci/task_components/rspec.yml