Sha256: 5d0f9306a82424f531e2f8e63a6c04b5b43f16534a2b1922c7695b53029da21c
Contents?: true
Size: 414 Bytes
Versions: 13
Compression:
Stored size: 414 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 # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
13 entries across 13 versions & 1 rubygems