Sha256: 670ec4c1e9a97d916ab1f82afd22d77d3077abb478fca16bba22feaaee0b89fe

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html

# This model initially had no columns defined.  If you add columns to the
# model remove the '{}' from the fixture names and add the columns immediately
# below each fixture, per the syntax in the comments below
#
published:
  title: "Test"
  slug: "test"
  content: "Test"
  published_at: <%= 2.days.ago %>

draft:
  title: "A draft"
  slug: "a-draft"
  content: "A draft"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecrire-0.22.1 test/fixtures/posts.yml
ecrire-0.21.0 test/fixtures/posts.yml
ecrire-0.20.0 test/fixtures/posts.yml