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