Sha256: 6a84cea0114326f7d6c898687a51ef6141e814e8d8bdf0b42655d20dc420ec1f

Contents?: true

Size: 485 Bytes

Versions: 10

Compression:

Stored size: 485 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
google:
  id: 1
  url: http://www.google.com
  user_id: 1
  image_url: http://www.google.com/intl/en_ALL/images/logo.gif
  description: This is google's logo
  created_at: <%= 1.days.ago.iso8601 %>
yahoo_related_to_google:
  id: 2
  user_id: 1
  url: http://www.yahoo.com
  image_url: http://us.i1.yimg.com/us.yimg.com/i/ww/beta/y3.gif
  description: This is yahoo's logo
  created_at: <%= 2.days.ago.iso8601 %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
community_engine-3.2.0 test/fixtures/clippings.yml
community_engine-3.0.0 test/fixtures/clippings.yml
community_engine-2.3.2 test/fixtures/clippings.yml
community_engine-2.3.1 test/fixtures/clippings.yml
community_engine-2.3.0 test/fixtures/clippings.yml
community_engine-2.1.0 test/fixtures/clippings.yml
community_engine-2.0.0 test/fixtures/clippings.yml
community_engine-2.0.0.beta3 test/fixtures/clippings.yml
community_engine-2.0.0.beta2 test/fixtures/clippings.yml
community_engine-2.0.0.beta1 test/fixtures/clippings.yml