Sha256: 67a10879d2cfafffd3d7cb9b5c2bc9eb3c86941805c03e528f5c3d3e24ece90a

Contents?: true

Size: 392 Bytes

Versions: 26

Compression:

Stored size: 392 Bytes

Contents

require 'rails_helper'

describe RealizeType do
  it 'should create realize_type' do
    FactoryBot.create(:realize_type)
  end
end

# == Schema Information
#
# Table name: realize_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

26 entries across 26 versions & 1 rubygems

Version Path
enju_biblio-0.3.1 spec/models/realize_type_spec.rb
enju_biblio-0.3.0 spec/models/realize_type_spec.rb
enju_biblio-0.3.0.rc.1 spec/models/realize_type_spec.rb
enju_biblio-0.3.0.beta.2 spec/models/realize_type_spec.rb
enju_biblio-0.2.5 spec/models/realize_type_spec.rb
enju_biblio-0.2.4 spec/models/realize_type_spec.rb