Sha256: ade43568ad089c914d6a726220da26cfcfe4122bf344783f7a772fbe857293fe
Contents?: true
Size: 414 Bytes
Versions: 18
Compression:
Stored size: 414 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 :integer not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
18 entries across 18 versions & 1 rubygems