Sha256: 9670cc8145d13105f3d409fdf4f6a9c454b5114e504f54b27619543f548e74af

Contents?: true

Size: 534 Bytes

Versions: 27

Compression:

Stored size: 534 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  bookmark_stat_id: 1
  manifestation_id: 1
  bookmarks_count: 1

two:
  bookmark_stat_id: 2
  manifestation_id: 1
  bookmarks_count: 1

# == Schema Information
#
# Table name: bookmark_stat_has_manifestations
#
#  id               :integer         not null, primary key
#  bookmark_stat_id :integer         not null
#  manifestation_id :integer         not null
#  bookmarks_count  :integer
#  created_at       :datetime
#  updated_at       :datetime
#

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_bookmark-0.0.9 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.0.8 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.0.7 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.0.6 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.0.5 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.0.4 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.0.3 spec/fixtures/bookmark_stat_has_manifestations.yml