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