Sha256: 40fe9d0c4570a210b16933a2e10037058cd976dc3ecd64e53cd980fbf97093f5

Contents?: true

Size: 857 Bytes

Versions: 56

Compression:

Stored size: 857 Bytes

Contents

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

environment_variables:
  RUBY:
    read_and_replace_with: .ruby-version
  BUNDLER:
    read_and_replace_with: .bundler-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 $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

56 entries across 56 versions & 1 rubygems

Version Path
lhs-20.1.1 cider-ci/task_components/rspec.yml
lhs-20.0.0 cider-ci/task_components/rspec.yml
lhs-19.10.0 cider-ci/task_components/rspec.yml
lhs-19.9.0 cider-ci/task_components/rspec.yml
lhs-19.8.2 cider-ci/task_components/rspec.yml
lhs-19.8.1 cider-ci/task_components/rspec.yml
lhs-19.8.0 cider-ci/task_components/rspec.yml
lhs-19.7.0 cider-ci/task_components/rspec.yml
lhs-19.6.0 cider-ci/task_components/rspec.yml
lhs-19.5.0 cider-ci/task_components/rspec.yml
lhs-19.5.0.pre.wherehref.1 cider-ci/task_components/rspec.yml
lhs-19.4.1 cider-ci/task_components/rspec.yml
lhs-19.4.0 cider-ci/task_components/rspec.yml
lhs-19.3.1 cider-ci/task_components/rspec.yml
lhs-19.3.0 cider-ci/task_components/rspec.yml
lhs-19.2.0 cider-ci/task_components/rspec.yml