Sha256: 3a00c456eadf3bb80c11c662f66a1610cf142e6728b6ef858e1e5b22da034bb5

Contents?: true

Size: 803 Bytes

Versions: 2

Compression:

Stored size: 803 Bytes

Contents

# frozen_string_literal: true

# Unit tests for Noths::ItemFinancials
describe 'ItemFinancials' do
  let(:instance) { Noths::ItemFinancials.new }

  describe 'test an instance of ItemFinancials' do
    it 'should create an instance of ItemFinancials' do
      expect(instance).to be_instance_of(Noths::ItemFinancials)
    end
  end
  describe 'test attribute "commission_rate"' do
    it 'should work'
  end

  describe 'test attribute "commission_vat_rate"' do
    it 'should work'
  end

  describe 'test attribute "commission"' do
    it 'should work'
  end

  describe 'test attribute "listing_price"' do
    it 'should work'
  end

  describe 'test attribute "listing_total"' do
    it 'should work'
  end

  describe 'test attribute "listing_discounted_price"' do
    it 'should work'
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
noths-0.2.1 spec/models/item_financials_spec.rb
noths-0.2.0 spec/models/item_financials_spec.rb