Sha256: 1ad71ad43066e402e0222f7c8d665919b475b75e51bc451ddd347c4dffac62e3
Contents?: true
Size: 456 Bytes
Versions: 23
Compression:
Stored size: 456 Bytes
Contents
require 'spec_helper' describe Myfinance::Entities::Category do subject { described_class.new({}) } it_behaves_like 'entity_attributes', [ :account_id, :cost, :created_at, :excel_import_id, :force_destroy, :full_name, :guid, :id, :imported_from_sync, :interested_users_ids, :modified_by_sync, :name, :parent_id, :revenue, :updated_at, :use_count ] end
Version data entries
23 entries across 23 versions & 1 rubygems