Sha256: cc5e4bcd8c2430d873e8ff04498eb9492df1b1aee288cddf3c8053174a803a61

Contents?: true

Size: 475 Bytes

Versions: 8

Compression:

Stored size: 475 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'rails_helper'

describe BookmarkStatHasManifestation do
  #pending "add some examples to (or delete) #{__FILE__}"

end

# == 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

8 entries across 8 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.3.1 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.3.0 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.3.0.beta.1 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.2.2 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.2.1 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.2.0 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.2.0.beta.5 spec/models/bookmark_stat_has_manifestation_spec.rb