Sha256: 9e5bbdbbbcdf5973d11c6942ee5340aa9e9b432cc140aa9e102c4405ab22e8f4

Contents?: true

Size: 328 Bytes

Versions: 60

Compression:

Stored size: 328 Bytes

Contents

require 'spec_helper'

describe NetSuite::Records::UnitsTypeUom do
  let(:uom) { described_class.new }

  it 'has all the right fields' do
    [
      :abbreviation, :base_unit, :conversion_rate, :plural_abbreviation,
      :plural_name, :unit_name
    ].each do |field|
      expect(uom).to have_field(field)
    end
  end
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
netsuite-0.9.3 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.9.2 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.9.1 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.9.0 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.12 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.11 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.10 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.9 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.8 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.7 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.6 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.5 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.4 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.3 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.2 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.1 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.8.0 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.7.9 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.7.8 spec/netsuite/records/units_type_uom_spec.rb
netsuite-0.7.7 spec/netsuite/records/units_type_uom_spec.rb