Skip to content

solvers/solvers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66c8376 · Apr 12, 2014
Apr 12, 2014
Mar 9, 2014
Jan 24, 2014
Feb 20, 2014
Feb 28, 2014
Feb 23, 2014
Dec 12, 2013
Mar 16, 2014
Feb 28, 2014
Jan 26, 2014

Repository files navigation

Solvers

Solvers - improve our world.

Stories in Ready Build Status Code Climate Gitter chat

Solvers.io is a community of people who want to improve our world. We connect projects that tackle important problems with the people who have the skills to help.

Chat to us in our Gitter room

Testing

In order to run the tests, follow these instructions:

  1. Make sure the project is setup and runs normally by typing mrt in the app/ directory

  2. In the root directory, run npm install -g grunt-cli to install the grunt command-line task runner

  3. In the root directory, run npm install to install the other testing dependencies from npm

  4. In the app/ directory, run the project with: mrt --settings settings_test.json to run the project in test mode. This ensures the database is setup correctly for testing. NOTE: CURRENTLY THIS WILL WIPE ANY EXISTING DATABASE INCLUDING USERS!!

  5. In the root directory, run grunt test to execute the automated tests