Sha256: a37cad9150c3dd92934a85540dc29b0ee329f3cc9198a95b0ae9713f5cfe9e3a

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

#!/bin/sh

set -e

# Install required gems, including Appraisal, which helps us test against
# multiple Rails versions
bundle install
bundle exec appraisal clean
bundle exec appraisal install

# Set up database for the application that Clearance tests against
RAILS_ENV=test bundle exec rake db:reset

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
clearance-1.6.0 bin/setup
clearance-1.5.1 bin/setup