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