Sha256: 9b7649ebc600f8ca186867c34f09abe387ec63534235114f382f8b8550a45e49

Contents?: true

Size: 793 Bytes

Versions: 96

Compression:

Stored size: 793 Bytes

Contents

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

environment_variables:
  RUBY:
    read_and_replace_with: .ruby-version

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 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

96 entries across 96 versions & 1 rubygems

Version Path
lhs-19.1.0 cider-ci/task_components/rspec.yml
lhs-19.0.2 cider-ci/task_components/rspec.yml
lhs-19.0.1 cider-ci/task_components/rspec.yml
lhs-19.0.0 cider-ci/task_components/rspec.yml
lhs-19.0.0.pre.endpoint.1 cider-ci/task_components/rspec.yml
lhs-18.0.3 cider-ci/task_components/rspec.yml
lhs-18.0.2 cider-ci/task_components/rspec.yml
lhs-18.0.1 cider-ci/task_components/rspec.yml
lhs-18.0.0 cider-ci/task_components/rspec.yml
lhs-17.0.1 cider-ci/task_components/rspec.yml
lhs-17.0.1.pre1 cider-ci/task_components/rspec.yml
lhs-18.0.0.pre.pre1 cider-ci/task_components/rspec.yml
lhs-17.0.0 cider-ci/task_components/rspec.yml
lhs-16.1.6 cider-ci/task_components/rspec.yml
lhs-16.1.5 cider-ci/task_components/rspec.yml
lhs-16.1.4 cider-ci/task_components/rspec.yml
lhs-16.1.3 cider-ci/task_components/rspec.yml
lhs-16.1.2 cider-ci/task_components/rspec.yml
lhs-16.1.1 cider-ci/task_components/rspec.yml
lhs-16.1.0 cider-ci/task_components/rspec.yml