Sha256: 2158c819fb8424790bd2f89fb676cae1e397ae00acc8ff9a169f12fd66e21e24
Contents?: true
Size: 389 Bytes
Versions: 57
Compression:
Stored size: 389 Bytes
Contents
require 'spec_helper' describe NetSuite::Records::VendorPaymentApply do let(:apply) { NetSuite::Records::VendorPaymentApply.new } it 'has all the right fields' do [ :amount, :apply, :apply_date, :currency, :disc, :disc_amt, :disc_date, :doc, :due, :line, :job, :ref_num, :total, :type ].each do |field| expect(apply).to have_field(field) end end end
Version data entries
57 entries across 57 versions & 1 rubygems