Sha256: 0b3ef7727febc670ab754f9ec898616d0d8283bbeaeef3092de134e818d98d77
Contents?: true
Size: 533 Bytes
Versions: 19
Compression:
Stored size: 533 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 # updated_at :datetime #
Version data entries
19 entries across 19 versions & 1 rubygems