UNPKG

241 Btext/coffeescriptView Raw
1random = require '../lib/random_id'
2
3describe 'random', ->
4 describe '#random_id', ->
5 it 'should not be the same twice', ->
6 random().should.not.equal random()
7 it 'should be 16 digits', ->
8 random().length.should.equal 16