Sha256: 6b403d562f722430d165a74cd842baac19ab765b9fa4bb865471b3659ff1a547

Contents?: true

Size: 534 Bytes

Versions: 19

Compression:

Stored size: 534 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
resource1:
  id: 1
  article_id: 1
  filename: me.jpg
  mime: 'image/jpeg'
  created_at: <%= 1.week.ago.strftime("%Y-%m-%d %H:%M:%S") %>
  size: 100

resource2:
  id: 2
  article_id: 1
  filename: moi
  mime: 'image/jpeg'
  created_at: <%= 1.day.ago.strftime("%Y-%m-%d %H:%M:%S") %>
  size: 110

resource3:
  id: 3
  article_id: 2
  filename: my_latest_typo_patch.diff
  mime: 'text/plain'
  created_at: <%= 1.day.ago.strftime("%Y-%m-%d %H:%M:%S") %>
  size: 0

Version data entries

19 entries across 14 versions & 1 rubygems

Version Path
typo-3.99.0 test/fixtures/resources.yml
typo-3.99.1 test/fixtures/resources.yml
typo-3.99.3 test/fixtures/resources.yml
typo-3.99.2 test/fixtures/resources.yml
typo-3.99.4 test/fixtures/resources.yml
typo-4.0.1 test/fixtures/resources.yml
typo-4.0.2 test/fixtures/resources.yml
typo-4.0.0 test/fixtures/resources.yml
typo-4.1.1 spec/fixtures/resources.yml
typo-4.0.3 test/fixtures/resources.yml
typo-4.1.1 test/fixtures/resources.yml
typo-5.0.1 test/fixtures/resources.yml
typo-5.0.2 test/fixtures/resources.yml
typo-4.1 spec/fixtures/resources.yml
typo-4.1 test/fixtures/resources.yml
typo-5.0.1 spec/fixtures/resources.yml
typo-5.0.2 spec/fixtures/resources.yml
typo-5.0 spec/fixtures/resources.yml
typo-5.0 test/fixtures/resources.yml