Sha256: bf5f439549a60b3a0d99ce0c6bead40da46f462c902e3b07934d67e74eb44e4a
Contents?: true
Size: 432 Bytes
Versions: 6
Compression:
Stored size: 432 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_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(255) not null # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
6 entries across 6 versions & 1 rubygems