Sha256: 3a131a80786acd21ab8a9155b56fc90c5b6d3468c7d95239761e8c43842d9c72

Contents?: true

Size: 143 Bytes

Versions: 7

Compression:

Stored size: 143 Bytes

Contents

require 'spec_helper'

module Borutus
  describe DebitAmount do
    it_behaves_like 'a Borutus::Amount subtype', kind: :debit_amount
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
borutus-1.0.0 spec/models/debit_amount_spec.rb
borutus-0.2.4 spec/models/debit_amount_spec.rb
borutus-0.2.3 spec/models/debit_amount_spec.rb
borutus-0.2.2 spec/models/debit_amount_spec.rb
borutus-0.2.1 spec/models/debit_amount_spec.rb
borutus-0.2.0 spec/models/debit_amount_spec.rb
borutus-0.1.0 spec/models/debit_amount_spec.rb