Sha256: 6e3e7e85a226c43b6995739142da3e114b21daae03c6e9e4ad63e8ef2a88a61f

Contents?: true

Size: 373 Bytes

Versions: 10

Compression:

Stored size: 373 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
quentin_init_aaron_pending:
  id: 1
  user_id: 1
  friend_id: 2
  friendship_status_id: 1
  initiator: true
  created_at: <%= 5.days.ago.iso8601 %>
aaron_receive_quentin_pending:
  id: 2
  user_id: 2
  friend_id: 1
  friendship_status_id: 1
  initiator: false
  created_at: <%= 5.days.ago.iso8601 %>

Version data entries

10 entries across 10 versions & 1 rubygems

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