Sha256: 610d68854bef9023cc81ddf4788b6f0e6be40b941aa94e6844c7e6ed618369f8

Contents?: true

Size: 522 Bytes

Versions: 15

Compression:

Stored size: 522 Bytes

Contents

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

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

resource3:
  article: article2
  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

15 entries across 15 versions & 1 rubygems

Version Path
typo-5.4.4 test/fixtures/resources.yml
typo-5.4.3 test/fixtures/resources.yml
typo-5.4.2 test/fixtures/resources.yml
typo-5.4.1 test/fixtures/resources.yml
typo-5.4 test/fixtures/resources.yml
typo-5.0.3.98.1 test/fixtures/resources.yml
typo-5.0.3.98 test/fixtures/resources.yml
typo-5.1.2 test/fixtures/resources.yml
typo-5.1.1 test/fixtures/resources.yml
typo-5.1.3 test/fixtures/resources.yml
typo-5.1.98 test/fixtures/resources.yml
typo-5.1 test/fixtures/resources.yml
typo-5.2.98 test/fixtures/resources.yml
typo-5.2 test/fixtures/resources.yml
typo-5.3 test/fixtures/resources.yml