Sha256: 28f843becf6032272b08ec59b6a0a5b1a6c2604c8a865725b26c101a6456c274

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

#!/usr/bin/env sh

set -e
set -o verbose

test_app=dummy

rm -rf ${test_app}

bundle exec rails new ${test_app} \
  --template=$(dirname "$0")/integration-template.rb \
  --skip-bootsnap \
  --skip-javascript \
  --skip-spring \
  --skip-turbolinks

cd ${test_app} && export BUNDLE_GEMFILE=Gemfile

bundle exec rake test

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
formtastic-5.0.0 script/integration.sh
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/script/integration.sh
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/formtastic-4.0.0/script/integration.sh
formtastic-4.0.0 script/integration.sh
formtastic-4.0.0.rc1 script/integration.sh