Sha256: 9c4d82396c9afd0f2d4e026194962e373dbd776a363a93839338909bb8f3ab01

Contents?: true

Size: 392 Bytes

Versions: 26

Compression:

Stored size: 392 Bytes

Contents

require 'rails_helper'

describe ProduceType do
  it 'should create produce_type' do
    FactoryBot.create(:produce_type)
  end
end

# == Schema Information
#
# Table name: produce_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/produce_type_spec.rb
enju_biblio-0.3.0 spec/models/produce_type_spec.rb
enju_biblio-0.3.0.rc.1 spec/models/produce_type_spec.rb
enju_biblio-0.3.0.beta.2 spec/models/produce_type_spec.rb
enju_biblio-0.2.5 spec/models/produce_type_spec.rb
enju_biblio-0.2.4 spec/models/produce_type_spec.rb