Sha256: e6eef073fb3d35102adcfe0b3c45b0a2ac1fc67689e97435c90561783d0b2301
Contents?: true
Size: 678 Bytes
Versions: 41
Compression:
Stored size: 678 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 bundle exec rspec 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
41 entries across 41 versions & 2 rubygems