Sha256: 590b2208fa4f23d25c372773fc0b5b76c0a7495169c293a5beddbffdaed474d4
Contents?: true
Size: 334 Bytes
Versions: 16
Compression:
Stored size: 334 Bytes
Contents
#!/bin/bash # A simple script to run all specs for all supported Rails branches wd="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" RAILS_VERSION=5.0 bash $wd/run_spec.sh RAILS_VERSION=5.1 bash $wd/run_spec.sh RAILS_VERSION=6.0 bash $wd/run_spec.sh # Always end with the default version, which is Rails 5.2 bash $wd/run_spec.sh
Version data entries
16 entries across 16 versions & 1 rubygems