Sha256: 94afa86b33a0b805c0619ec002f316556253f29aa28f8ad3784943e0a6caff3d

Contents?: true

Size: 354 Bytes

Versions: 5

Compression:

Stored size: 354 Bytes

Contents

export RAILS_ENV=test

for version in 6.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/dummy/db/test.sqlite3
  export RAILS_VERSION=$version
  spec/ci.rb
  cp Gemfile.lock Gemfile.lock.$version
done

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
csv_rb-6.0.3.1 spec/test_6.0.sh
csv_rb-6.0.2.4 spec/test_6.0.sh
csv_rb-6.0.2.3 spec/test_6.0.sh
csv_rb-6.0.2.2 spec/test_6.0.sh
csv_rb-6.0.2.1 spec/test_6.0.sh