var Seed = require('seed') describe('Seed', function () { it('should have a bootstrap method', function () { assert.ok(Seed.bootstrap) }) })