Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Files

Latest commit

author
ConnorSheremeta
Apr 4, 2016
a0b5d6c · Apr 4, 2016

History

History
This branch is 4 commits ahead of 401ChemistryGenealogy/ChemistryGenealogy:master.

backend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 1, 2016
Apr 4, 2016
Feb 10, 2016
Mar 28, 2016
Mar 18, 2016
Apr 1, 2016
Mar 18, 2016
Feb 11, 2016
Feb 10, 2016
Apr 1, 2016
Feb 18, 2016
Mar 10, 2016
Mar 18, 2016
Feb 10, 2016
Feb 10, 2016
Mar 18, 2016
Mar 1, 2016

database loading script

There is a script reloadDB.sh that will load both the test database and the development database. It tears everything down though, so if you're using it frequently you'll want to remove a few lines.

test database location/initialization

/backend/lib/tasks/test_data.rake is where test data is loaded from. This is the data that is tested against in the tests. This data is automatically loaded with ./reloadDB.sh

test location

tests are located in the /backend/spec folder. You can run these with rake spec.

futher documentation

There is further documentation on the project wiki.