codecombat/test/app/fixtures/prepaids.coffee
2016-04-04 15:19:27 -07:00

11 lines
196 B
CoffeeScript

Prepaids = require 'collections/Prepaids';
module.exports = new Prepaids([
{
_id: 'unused-prepaid'
creator: 'teacher1'
exhausted: false
maxRedeemers: 2
redeemers: []
}
])