Sha256: 77ba04fb74aebf3cf9bc78bed4209d9a6d02e1c9169f993c42d630511b1bc4b7

Contents?: true

Size: 472 Bytes

Versions: 27

Compression:

Stored size: 472 Bytes

Contents

# -*- encoding: utf-8 -*-
require 'spec_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

27 entries across 27 versions & 1 rubygems

Version Path
enju_bookmark-0.0.9 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.0.8 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.0.7 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.0.6 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.0.5 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.0.4 spec/models/bookmark_stat_has_manifestation_spec.rb
enju_bookmark-0.0.3 spec/models/bookmark_stat_has_manifestation_spec.rb