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