Sha256: a220f829921cec9a7f7e255467c55fc9bb438d52a86400de753e661b2c83badc
Contents?: true
Size: 595 Bytes
Versions: 1
Compression:
Stored size: 595 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_helper' describe BudgetType do it 'should create budget_type' do FactoryBot.create(:budget_type) end end # == Schema Information # # Table name: budget_types # # id :bigint not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null # display_name_translations :jsonb not null #
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_library-0.4.0.rc.1 | spec/models/budget_type_spec.rb |