Sha256: 8c34a3ef54e2e245c1a26053c7bca532e0f24834c87203adf13ed45c0209ff3f

Contents?: true

Size: 357 Bytes

Versions: 10

Compression:

Stored size: 357 Bytes

Contents

export RAILS_ENV=test

for version in 3.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/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

Version Path
cloudxls-rails-0.6.2 spec/test_3.2.sh
cloudxls-rails-0.6.1 spec/test_3.2.sh
cloudxls-rails-0.6.0 spec/test_3.2.sh
cloudxls-rails-0.5.0 spec/test_3.2.sh
cloudxls-rails-0.4.3 spec/test_3.2.sh
cloudxls-rails-0.4.2 spec/test_3.2.sh
cloudxls-rails-0.4.1 spec/test_3.2.sh
cloudxls-rails-0.4.0 spec/test_3.2.sh
cloudxls-rails-0.3.1 spec/test_3.2.sh
cloudxls-rails-0.3.0 spec/test_3.2.sh