cider-ci/jobs/unit-tests/scripts/test.yml

Summary

Maintainability
Test Coverage
test:
  body: |
    set -eux
    export USED_RUBY_VERSION=`ruby -v | cut -d ' ' -f 2`
    [[ "$USED_RUBY_VERSION" =~ '2.1.' ]]
    bundle exec rspec $CIDER_CI_TASK_FILE
  start-when:
    create-database:
      script: create-database