Sha256: c505fbcc80808d1df2d4eda51eda6f07202d345d67599bb9622cc2e7dc07a3a3
Contents?: true
Size: 356 Bytes
Versions: 13
Compression:
Stored size: 356 Bytes
Contents
export RAILS_ENV=test for version in 4.2 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/dummy_4/db/test.sqlite3 export RAILS_VERSION=$version spec/ci.rb cp Gemfile.lock Gemfile.lock.$version done
Version data entries
13 entries across 13 versions & 3 rubygems