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