Sha256: 7feaab18c11d19fc0a221127c2093f89055b67c6ab38875fda71c99bb0802d1b

Contents?: true

Size: 798 Bytes

Versions: 41

Compression:

Stored size: 798 Bytes

Contents

# Belongs to admin.
published:
  id: 1
  title: Title One
  body: This is the body.
  created_at: <%= 7.days.ago.to_s(:db) %>
  updated_at: <%= 7.days.ago.to_s(:db) %>
  status: true
  typus_user_id: 1

# Belongs to editor.
unpublished:
  id: 2
  title: Title Two
  body: This is the body.
  created_at: <%= 6.days.ago.to_s(:db) %>
  updated_at: <%= 6.days.ago.to_s(:db) %>
  status: false
  typus_user_id: 1

owned_by_admin:
  id: 3
  title: Owned by admin
  body: This is the body.
  created_at: <%= 5.days.ago.to_s(:db) %>
  updated_at: <%= 5.days.ago.to_s(:db) %>
  status: false
  typus_user_id: 1

owned_by_editor:
  id: 4
  title: Owned by editor
  body: This is the body.
  created_at: <%= 4.days.ago.to_s(:db) %>
  updated_at: <%= 4.days.ago.to_s(:db) %>
  status: false
  typus_user_id: 2

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.0 test/fixtures/posts.yml
fesplugas-typus-0.9.1 test/fixtures/posts.yml
fesplugas-typus-0.9.10 test/fixtures/posts.yml
fesplugas-typus-0.9.11 test/fixtures/posts.yml
fesplugas-typus-0.9.12 test/fixtures/posts.yml
fesplugas-typus-0.9.13 test/fixtures/posts.yml
fesplugas-typus-0.9.14 test/fixtures/posts.yml
fesplugas-typus-0.9.15 test/fixtures/posts.yml
fesplugas-typus-0.9.16 test/fixtures/posts.yml
fesplugas-typus-0.9.17 test/fixtures/posts.yml
fesplugas-typus-0.9.2 test/fixtures/posts.yml
fesplugas-typus-0.9.3 test/fixtures/posts.yml
fesplugas-typus-0.9.4 test/fixtures/posts.yml
fesplugas-typus-0.9.5 test/fixtures/posts.yml
fesplugas-typus-0.9.6 test/fixtures/posts.yml
fesplugas-typus-0.9.7 test/fixtures/posts.yml
fesplugas-typus-0.9.8 test/fixtures/posts.yml
fesplugas-typus-0.9.9 test/fixtures/posts.yml
typus-0.9.39 test/fixtures/posts.yml
typus-0.9.38 test/fixtures/posts.yml