Sha256: 84783ddfd88940803fd7fe3a4cb1add3ac0969d3e344f3076f3d0aa46869741c

Contents?: true

Size: 506 Bytes

Versions: 2

Compression:

Stored size: 506 Bytes

Contents

App.Post.FIXTURES = [
  {
    id: 'post',
    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: 'unpublished_post',
    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

2 entries across 2 versions & 1 rubygems

Version Path
blogelator-0.2.5 spec/javascripts/blogelator/fixtures/post.js
blogelator-0.2.4 spec/javascripts/blogelator/fixtures/post.js