Sha256: 0d7e8a894d88103a509597b0b524c3e08cc800ebf38b637cb8e13830a0e92882
Contents?: true
Size: 415 Bytes
Versions: 9
Compression:
Stored size: 415 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_helper' describe BudgetType do it 'should create budget_type' do FactoryGirl.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
9 entries across 7 versions & 2 rubygems