Sha256: be90d971034dcee297de4bd0802174eaba9f3e5e3ff0f17fddf8c12336916ab6

Contents?: true

Size: 378 Bytes

Versions: 27

Compression:

Stored size: 378 Bytes

Contents

require 'rails_helper'

describe IdentifierType do
  # pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: identifier_types
#
#  id           :integer          not null, primary key
#  name         :string
#  display_name :text
#  note         :text
#  position     :integer
#  created_at   :datetime
#  updated_at   :datetime
#

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_biblio-0.3.4 spec/models/identifier_type_spec.rb
enju_biblio-0.3.3 spec/models/identifier_type_spec.rb
enju_biblio-0.3.2 spec/models/identifier_type_spec.rb
enju_biblio-0.3.1 spec/models/identifier_type_spec.rb
enju_biblio-0.3.0 spec/models/identifier_type_spec.rb
enju_biblio-0.3.0.rc.1 spec/models/identifier_type_spec.rb
enju_biblio-0.3.0.beta.2 spec/models/identifier_type_spec.rb