Sha256: 10134c5b4884bfaf85580b7b86ba6a26468856f01a63f19520f7990f9c154fa4
Contents?: true
Size: 357 Bytes
Versions: 10
Compression:
Stored size: 357 Bytes
Contents
export RAILS_ENV=test for version in 4.0 do echo "Testing Rails version " $version rm Gemfile.lock if [ -f Gemfile.lock.$version ]; then echo Reusing Gemfile.lock.$version cp Gemfile.lock.$version Gemfile.lock fi rm spec/test_app/db/test.sqlite3 export RAILS_VERSION=$version spec/ci.sh cp Gemfile.lock Gemfile.lock.$version done
Version data entries
10 entries across 10 versions & 1 rubygems