Sha256: fd970c5e972a3a4e95e2fa1efb3cf11519e118ce359e4396005cbe59d41b1bf7
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 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=4.2 bash $wd/run_spec.sh RAILS_VERSION=5.0 bash $wd/run_spec.sh RAILS_VERSION=5.1 bash $wd/run_spec.sh RAILS_VERSION=5.2 bash $wd/run_spec.sh RAILS_VERSION=6.0 bash $wd/run_spec.sh # Always end with the default version sh $wd/run_spec.sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sorbet-rails-0.3.0 | spec/bin/run_all_specs.sh |