Sha256: ad0714b0160eb0b93e692c46cef56f1e7d2bb8d5c848b48d5099a2e8ff668a95

Contents?: true

Size: 527 Bytes

Versions: 11

Compression:

Stored size: 527 Bytes

Contents

require 'rails_helper'

RSpec.describe ManifestationCustomProperty, type: :model do
  pending "add some examples to (or delete) #{__FILE__}"
end

# == Schema Information
#
# Table name: manifestation_custom_properties
#
#  id           :integer          not null, primary key
#  name         :string           not null
#  display_name :text             not null
#  note         :text
#  position     :integer          default(1), not null
#  created_at   :datetime         not null
#  updated_at   :datetime         not null
#

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_biblio-0.3.18 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.17 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.16 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.15 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.14 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.13 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.12 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.11 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.10 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.10.rc.3 spec/models/manifestation_custom_property_spec.rb
enju_biblio-0.3.10.rc.2 spec/models/manifestation_custom_property_spec.rb