Sha256: d9ea9b28da6c237a37e1a92a07c77842def55a95f2e7e5fda337ffeb75b8d248

Contents?: true

Size: 616 Bytes

Versions: 6

Compression:

Stored size: 616 Bytes

Contents

require 'spec_helper'
require 'fortnox/api/types/edi_information'

RSpec.describe Fortnox::API::Types::EDIInformation, type: :type do
  subject{ described_class }

  it{ is_expected.to have_nullable_string( :edi_global_location_number ) }
  it{ is_expected.to have_nullable_string( :edi_global_location_number_delivery ) }
  it{ is_expected.to have_nullable_string( :edi_invoice_extra1 ) }
  it{ is_expected.to have_nullable_string( :edi_invoice_extra2 ) }
  it{ is_expected.to have_nullable_string( :edi_our_electronic_reference ) }
  it{ is_expected.to have_nullable_string( :edi_your_electronic_reference ) }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fortnox-api-0.5.2 spec/fortnox/api/types/edi_information_spec.rb
fortnox-api-0.5.1 spec/fortnox/api/types/edi_information_spec.rb
fortnox-api-0.5.0 spec/fortnox/api/types/edi_information_spec.rb
fortnox-api-0.4.0 spec/fortnox/api/types/edi_information_spec.rb
fortnox-api-0.3.0 spec/fortnox/api/types/edi_information_spec.rb
fortnox-api-0.2.0 spec/fortnox/api/types/edi_information_spec.rb