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