Sha256: 7f5f8da9524aeae73398702f6cc1217349740418b99ed36013ba23b32a6a497c
Contents?: true
Size: 490 Bytes
Versions: 9
Compression:
Stored size: 490 Bytes
Contents
App.Post.FIXTURES = [ { id: 1, bodyHtml: '<p>Hello world.</p>\n<h2>Ember Testing</h2>', bodyMarkdown: 'Hello world\n\n## Ember Testing', summary: 'Hello world.', title: 'Ember Is Fun!', publishedAt: moment('January 12, 2014', 'MMMM D, YYYY') }, { id: 2, bodyHtml: '<p>Hello again.</p>\n<h3>Something Else</h3>', bodyMarkdown: 'Hello again\n\n### Something Else', summary: 'Hello again.', title: 'I <3 GitHub Flavored Markdown' } ];
Version data entries
9 entries across 9 versions & 1 rubygems