Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

sanger-archive/aker-projects-app

Repository files navigation

Aker - Projects app

Build Status Maintainability Test Coverage

Installation

Dev environment

  1. Configure or update ports to services in development.rb.
  2. Setup DB using rails db:setup. Alternatively, use:
  • rails db:drop db:create db:migrate
  • Seed DB with rails db:seed (first verify that your username has been added to the seed)

Testing

Requirements

Running tests

  • Before running tests, make sure that the test database has been fully migrated: bin/rails db:migrate RAILS_ENV=test To execute the current tests, run: bundle exec rspec

To run the Javascript tests, execute: teaspoon