Sha256: 25d3c4b7f34d832029abebe500d2c948e3963f1e0906680aa6372639d00d74d9
Contents?: true
Size: 279 Bytes
Versions: 8
Compression:
Stored size: 279 Bytes
Contents
#!/bin/sh set -e # Install required gems, including Appraisal, which helps us test against # multiple Rails versions bundle install bundle exec appraisal install # Set up database for the application that Clearance tests against RAILS_ENV=test bundle exec rake dummy:db:reset
Version data entries
8 entries across 8 versions & 1 rubygems