Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 753 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 753 Bytes

Mapa76::Core Build Status Code Climate

Core models and libs of the Mapa76 project (in spanish).

This is used by the webapp and the processing pipeline.

Testing

Prerequisites

  • MongoDB server

Running the tests

$ bundle exec rake test

You can also use Guard for autotesting:

$ bundle exec guard

Any changes made to the models or a lib will be detected by Guard and it will run its associated test automatically.