Sha256: 67cc79ac48cd04d22dba5e0b9ca089614dfac1dbd9b78d7fe4d5486d0bb4d7d4
Contents?: true
Size: 1.2 KB
Versions: 26
Compression:
Stored size: 1.2 KB
Contents
require 'spec_helper' describe SeriesStatement do fixtures :all it "should create manifestation" do series_statement = FactoryGirl.create(:series_statement) series_statement.root_manifestation.should be_nil end end # == Schema Information # # Table name: series_statements # # id :integer not null, primary key # original_title :text # numbering :text # title_subseries :text # numbering_subseries :text # position :integer # created_at :datetime not null # updated_at :datetime not null # title_transcription :text # title_alternative :text # series_statement_identifier :string(255) # manifestation_id :integer # note :text # title_subseries_transcription :text # creator_string :text # volume_number_string :text # volume_number_transcription_string :text # series_master :boolean # root_manifestation_id :integer #
Version data entries
26 entries across 26 versions & 1 rubygems