Sha256: 98863cb11c6adf83a0105649c87ba57b36991b5e976553518d34db5a103327ca
Contents?: true
Size: 295 Bytes
Versions: 13
Compression:
Stored size: 295 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.2 bash $wd/run_spec.sh RAILS_VERSION=6.1 bash $wd/run_spec.sh # Always end with the default version, which is Rails 6.0 bash $wd/run_spec.sh
Version data entries
13 entries across 13 versions & 1 rubygems