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