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