reheat
Version:
A red hot Node.js ORM for RethinkDB.
54 lines (52 loc) • 1.38 kB
JavaScript
module.exports = function () {
return function () {
describe('/model', function () {
describe('/prototype', function () {
describe('toJSON', function () {
it('no tests yet!');
});
describe('clear', function () {
it('no tests yet!');
});
describe('set', function () {
it('no tests yet!');
});
describe('setSync', function () {
it('no tests yet!');
});
describe('unset', function () {
it('no tests yet!');
});
describe('save', function () {
it('no tests yet!');
});
describe('destroy', function () {
it('no tests yet!');
});
describe('escape', function () {
it('no tests yet!');
});
describe('functions', function () {
it('no tests yet!');
});
describe('get', function () {
it('no tests yet!');
});
describe('isNew', function () {
it('no tests yet!');
});
describe('clone', function () {
it('no tests yet!');
});
describe('validate', function () {
it('no tests yet!');
});
});
describe('/static', function () {
describe('get', function () {
it('no tests yet!');
});
});
});
};
};