Sha256: e4224d69dd64ab3e4d5a2b96a7f96df5b422fe148e15bde4ee4223d13af59dc0
Contents?: true
Size: 299 Bytes
Versions: 10
Compression:
Stored size: 299 Bytes
Contents
#!/bin/bash export RAILS_ENV=test export CI=true export COVERAGE=on bundle check || bundle # Split these up into separate processes # or we get the error `Application has been already initialized.` bin/rails db:environment:set RAILS_ENV=test bundle exec rake db:test:prepare bundle exec rake test
Version data entries
10 entries across 10 versions & 1 rubygems