olalonde / fixer

Setup your test database using fixtures in a breeze.
9 stars 4 forks source link

Added support for createdAt and updatedAt in fixt. #1

Closed Luka-M closed 10 years ago

Luka-M commented 10 years ago

I wasn't able to test ordering by createdAt or updatedAt so I've added a few lines to make this right. I did something similar to https://github.com/sequelize/sequelize/blob/911724dd3200fecd9a006e9deecda0f34be2e09b/test/sqlite/dao.test.js

olalonde commented 10 years ago

Sure, why not :+1: Thanks for contributing.