Sha256: 576392f8e57dce023bc2ca400eca9ea3cbd74b8379eba145897cac8e8a142b7b

Contents?: true

Size: 568 Bytes

Versions: 24

Compression:

Stored size: 568 Bytes

Contents

require 'spec_helper'

describe SeriesHasManifestation do
  it "should reindex", :solr => true do
    series_has_manifestation = FactoryGirl.create(:series_has_manifestation)
    series_has_manifestation.reindex.should be_true
  end
end

# == Schema Information
#
# Table name: series_has_manifestations
#
#  id                  :integer          not null, primary key
#  series_statement_id :integer
#  manifestation_id    :integer
#  position            :integer
#  created_at          :datetime         not null
#  updated_at          :datetime         not null
#

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre14 spec/models/series_has_manifestation_spec.rb
enju_biblio-0.1.0.pre13 spec/models/series_has_manifestation_spec.rb
enju_biblio-0.1.0.pre12 spec/models/series_has_manifestation_spec.rb
enju_biblio-0.1.0.pre11 spec/models/series_has_manifestation_spec.rb