Sha256: 973dc0698466a3567641fecc7f6fbc4d950808aa0f26dcdfbd3da8e162b0a33d

Contents?: true

Size: 305 Bytes

Versions: 4

Compression:

Stored size: 305 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_comment:
  id: 1
  post_id: 1
  comment: First Comment
  created_by: 1
second_comment:
  id: 2
  post_id: 1
  comment: Second Comment
  created_by: 2
third_comment:
  id: 3
  post_id: 2
  comment: Third Comment
  created_by: 1

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
grosser-userstamp-2.0.0 test/fixtures/comments.yml
userstamp-2.0.0 test/fixtures/comments.yml
magic_userstamp-0.1.1 spec/fixtures/comments.yml
magic_userstamp-0.1.0 spec/fixtures/comments.yml