ManageIQ/manageiq-schema

View on GitHub
bin/setup

Summary

Maintainability
Test Coverage
#!/bin/bash
 
if [ -z "$CI" ]; then
bundle update --jobs=3
fi
 
cp -n spec/dummy/config/database.{tmpl.,}yml
bundle exec rake spec:setup