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