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