Sha256: 5f4eee1afb2ebad2c54fb650ad938c1d24d7410c6fff170d77201cd9fc526ac5

Contents?: true

Size: 403 Bytes

Versions: 9

Compression:

Stored size: 403 Bytes

Contents

# -*- encoding: utf-8 -*-
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

9 entries across 8 versions & 2 rubygems

Version Path
enju_biblio-0.2.5 spec/models/identifier_type_spec.rb
enju_biblio-0.2.4 spec/models/identifier_type_spec.rb
enju_biblio-0.2.3 spec/models/identifier_type_spec.rb
enju_biblio-0.2.2 spec/models/identifier_type_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.1/spec/models/identifier_type_spec.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_biblio-0.2.0/spec/models/identifier_type_spec.rb
enju_biblio-0.2.1 spec/models/identifier_type_spec.rb
enju_biblio-0.2.0 spec/models/identifier_type_spec.rb
enju_biblio-0.2.0.beta.4 spec/models/identifier_type_spec.rb