Sha256: 4ff35646f556521838f36e985885479af9def489fa7cc6a3e8d0c8638742d5ea
Contents?: true
Size: 326 Bytes
Versions: 24
Compression:
Stored size: 326 Bytes
Contents
require 'spec_helper' describe Myfinance::Entities::Attachment do subject { described_class.new({}) } it_behaves_like "entity_attributes", [ :id, :entity_id, :attachment_file_size, :created_at, :updated_at, :title, :attachment_file_name, :download_url, :attachment_content_type, :attachables, :links ] end
Version data entries
24 entries across 24 versions & 1 rubygems