Sha256: 3c2c7de9c9ceb605930a015c809bb02d7543ecfb0d119cc3abb7b17a87b557b8

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

export RAILS_ENV=test

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
axlsx_rails-0.5.2 spec/test_5.0.sh
axlsx_rails-0.5.1 spec/test_5.0.sh
axlsx_rails-0.5.0 spec/test_5.0.sh