Sha256: 5892043b185efd1d1c83bf1050059354efa3b1d7373abcaa4fb756c429c46d80
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 Bytes
Contents
# frozen_string_literal: true # Unit tests for Noths::FinancialsDetails describe 'FinancialsDetails' do let(:instance) { Noths::FinancialsDetails.new } describe 'test an instance of FinancialsDetails' do it 'should create an instance of FinancialsDetails' do expect(instance).to be_instance_of(Noths::FinancialsDetails) end end describe 'test attribute "vat"' do it 'should work' end describe 'test attribute "net"' do it 'should work' end describe 'test attribute "gross"' do it 'should work' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
noths-0.2.1 | spec/models/financials_details_spec.rb |
noths-0.2.0 | spec/models/financials_details_spec.rb |