Sha256: 37749686d01c20173025a1a25cd0c64c5bf8133aaf09666dcf671978e5f9b785
Contents?: true
Size: 404 Bytes
Versions: 4
Compression:
Stored size: 404 Bytes
Contents
#!/bin/sh set -e # Install required gems, including Appraisal, which helps us test against # multiple Rails versions gem install bundler --conservative bundle check || bundle install if [ -z "$CI" ]; then bundle exec appraisal install fi # Set up database for the application that Clearance tests against RAILS_ENV=test bundle exec rake dummy:db:drop RAILS_ENV=test bundle exec rake dummy:db:setup
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
clearance-2.8.0 | bin/setup |
clearance-2.7.2 | bin/setup |
clearance-2.7.0 | bin/setup |
clearance-2.6.2 | bin/setup |