Sha256: 236af7abf52a6f373d3d6a17a2d0b03cdc8b20e05dbbbd6fc521464ea85c4309

Contents?: true

Size: 259 Bytes

Versions: 4

Compression:

Stored size: 259 Bytes

Contents

#!/bin/bash
export HYPER_DEV_GEM_SOURCE="https://gems.ruby-hyperloop.org"
export RAILS_ENV="test"
pwd
echo
echo "Running with Chrome headless"
DRIVER=headless bundle exec rspec
# echo
# echo "Running with Firefox headless"
# DRIVER=beheaded bundle exec rspec

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
hyperloop-config-1.0.0.lap22 dciy_run.sh
hyper-react-1.0.0.lap22 dciy_run.sh
hyperloop-config-1.0.0.lap21 dciy_run.sh
hyper-react-1.0.0.lap21 dciy_run.sh