Sha256: 2f7427773427dc0cfb63eaf145592f79f8583dec86f466a522a3a1b33bdcf29c

Contents?: true

Size: 1.34 KB

Versions: 10

Compression:

Stored size: 1.34 KB

Contents

quentins_comment_on_his_own_post:
  id: 1
  user_id: 1
  title: I want to comment on this post
  comment: I think you are really cool
  created_at: <%= 4.days.ago.iso8601 %>
  commentable_id: 1
  commentable_type: Post
  recipient_id: 1
aarons_comment_on_quentins_post:
  id: 2
  user_id: 2
  title: I think you are weird
  comment: I think you are not cool at all
  created_at: <%= 4.days.ago.iso8601 %>
  commentable_id: 1
  commentable_type: Post
  recipient_id: 1
aarons_comment_on_his_own_profile:
  id: 3
  user_id: 2
  title: Hey aarom
  comment: what are you doing this weekend?
  created_at: <%= 6.days.ago.iso8601 %>
  commentable_id: 2
  commentable_type: User
  recipient_id: 2
privateusers_comment_on_his_own_profile:
  id: 4
  user_id: 10
  title: Hey private guy
  comment: what are you doing this weekend?
  created_at: <%= 6.days.ago.iso8601 %>
  commentable_id: 10
  commentable_type: User
  recipient_id: 10
quentins_comment_on_another_post:
  id: 5
  user_id: 1
  title: I want to comment on this post
  comment: I think you are really cool
  created_at: <%= 4.days.ago.iso8601 %>
  commentable_id: 3
  commentable_type: Post
  recipient_id: 2
quentins_comment_on_aarons_profile:
  id: 6
  user_id: 1
  title: Hey aaron, you!
  comment: I am quentin
  created_at: <%= 4.days.ago.iso8601 %>
  commentable_id: 2
  commentable_type: User
  recipient_id: 2
  

Version data entries

10 entries across 10 versions & 1 rubygems

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