Sha256: e2d61d0e64b6b23ee28ef6caed856ad1fa7dc3c0b096c6224d727daf71a75a12

Contents?: true

Size: 1.78 KB

Versions: 21

Compression:

Stored size: 1.78 KB

Contents

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

report_1:
  id: 1
  slug: report-1
  title: Report 1
  standfirst: Report 1 - standfirst
  content: Report 1 - content
  hot: true
  featured: true
  toc: false
  comment: false
  meta_title: Report 1
  meta_description: Report 1 - standfirst
  publish_from: <%= 5.day.ago.to_s(:db) %>
  status: live
  content_disposition: markdown
  category_id: 1
  created_at: <%= 5.day.ago.to_s(:db) %>
  updated_at: <%= 5.day.ago.to_s(:db) %>

report_2:
  id: 2
  slug: report-2
  title: Report 2
  standfirst: Report 2 - standfirst
  content: Report 2- content
  hot: true
  featured: false
  toc: false
  comment: false
  meta_title: Report 2
  meta_description: Report 2- standfirst
  publish_from: <%= 5.day.ago.to_s(:db) %>
  status: live
  content_disposition: markdown
  category_id: 1
  created_at: <%= 5.day.ago.to_s(:db) %>
  updated_at: <%= 5.day.ago.to_s(:db) %>

report_3:
  id: 3
  slug: report-3
  title: Report 3
  standfirst: Report 3 - standfirst
  content: Report 3 - content
  hot: true
  featured: true
  toc: false
  comment: false
  meta_title: Report 3
  meta_description: Report 3 - standfirst
  publish_from: <%= 5.day.ago.to_s(:db) %>
  status: live
  content_disposition: markdown
  category_id: 1
  created_at: <%= 5.day.ago.to_s(:db) %>
  updated_at: <%= 5.day.ago.to_s(:db) %>
    
report_4:
  id: 4
  slug: report-4
  title: Report 4
  standfirst: Report 4 - standfirst
  content: Report 4 - content
  hot: true
  featured: false
  toc: false
  comment: false
  meta_title: Report 4
  meta_description: Report 4 - standfirst
  publish_from: <%= 5.day.ago.to_s(:db) %>
  status: live
  content_disposition: markdown
  category_id: 1
  created_at: <%= 5.day.ago.to_s(:db) %>
  updated_at: <%= 5.day.ago.to_s(:db) %>
  

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ems-0.1.12 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.11 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.10 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.9 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.8 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.7 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.6 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.5 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.4 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.3 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.2 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.1 test/dummy/test/fixtures/ems/reports.yml
ems-0.1.0 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.9 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.8 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.7 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.6 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.5 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.4 test/dummy/test/fixtures/ems/reports.yml
ems-0.0.3 test/dummy/test/fixtures/ems/reports.yml