codecombat/test/app/fixtures/prepaids.coffee

12 lines
195 B
CoffeeScript
Raw Normal View History

Prepaids = require 'collections/Prepaids'
2016-03-30 16:57:19 -04:00
module.exports = new Prepaids([
{
_id: 'unused-prepaid'
creator: 'teacher1'
exhausted: false
maxRedeemers: 2
redeemers: []
}
])