CodeandoMexico / explica-la-ley

Proyecto para explicar las Leyes en un lenguaje simple y directo.
Other
25 stars 18 forks source link

Tests and Database migrations #43

Closed alan-andrade closed 9 years ago

alan-andrade commented 10 years ago

We currently don't have any tests :sob: and no database migrations whatsoever. The application is able to start once we created to database, but the app is useless since its empty.

I'll be working on seeding the database with dummy data and also writing some tests.

ElHacker commented 10 years ago

I propose that we use Mocha.js and Should.js as a test suite. What do you think?

alan-andrade commented 10 years ago

Sounds good