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