Sha256: 2f3ab6b4260ff17008ba30987570e73db3fab962ec0a2c6ae1fd5195c398a8dd

Contents?: true

Size: 536 Bytes

Versions: 9

Compression:

Stored size: 536 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

9 entries across 9 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.3.1 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.3.0 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.3.0.beta.1 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.2.2 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.2.1 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.2.0 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.2.0.beta.5 spec/fixtures/bookmark_stat_has_manifestations.yml
enju_bookmark-0.2.0.beta.3 spec/fixtures/bookmark_stat_has_manifestations.yml