Sha256: bd5c3dd8a491c0e1f9785daa845f06f1d242804c5191c619f9f25fdd93854949
Contents?: true
Size: 404 Bytes
Versions: 1
Compression:
Stored size: 404 Bytes
Contents
Books.remove({}); Books.insert({ title: 'Foundation', author: 'Isaac Asimov', year: '1951' }); Books.insert({ title: 'Foundation and Empire', author: 'Isaac Asimov', year: '1952' }); Books.insert({ title: 'Fahrenheit 451', author: 'Ray Bradbury', year: '1966' }); Meteor.users.remove({}); Accounts.createUser({ username: 'user', email: 'user@email.com', password: 'pass' });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meteor-motion-0.1.0 | spec/server/server/fixtures.js |