save gist in index tests beforeEach
describe '#index', -> beforeEach (done) -> factory 'gist', (error, record) => gist = record gist.save() done()