kaspernj/acts_as_customized_attributes

View on GitHub
shippable.yml

Summary

Maintainability
Test Coverage
before_script:
  - psql -c 'DROP DATABASE IF EXISTS "aaca_test";' -U postgres
  - psql -c 'CREATE DATABASE "aaca_test";' -U postgres
  - cp spec/dummy/config/database.shippable.yml spec/dummy/config/database.yml
  - bundle exec rake db:schema:load RAILS_ENV=test
script:
  - bundle exec rspec
  - bundle exec rake best_practice_project:run