Sha256: da18d2a64ad476ee31c500098bc98929f38d523be289a39dbf07d01cc17fc32e

Contents?: true

Size: 403 Bytes

Versions: 2

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true

# Unit tests for Noths::EnquiryMessage
describe 'EnquiryMessage' do
  let(:instance) { Noths::EnquiryMessage.new }

  describe 'test an instance of EnquiryMessage' do
    it 'should create an instance of EnquiryMessage' do
      expect(instance).to be_instance_of(Noths::EnquiryMessage)
    end
  end
  describe 'test attribute "body"' do
    it 'should work'
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
noths-0.2.1 spec/models/enquiry_message_spec.rb
noths-0.2.0 spec/models/enquiry_message_spec.rb