# -*- encoding: utf-8 -*- require 'spec_helper' describe Identifier do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: identifiers # # id :integer not null, primary key # body :string(255) not null # identifier_type_id :integer not null # manifestation_id :integer # primary :boolean # position :integer # created_at :datetime not null # updated_at :datetime not null #