Sha256: 00cfb78c5b3e8312514175264e4c9dba9e428f33f6fa96d5e73a396caadfb32a
Contents?: true
Size: 496 Bytes
Versions: 2
Compression:
Stored size: 496 Bytes
Contents
# frozen_string_literal: true # Unit tests for Noths::Enquiry describe 'Enquiry' do let(:instance) { Noths::Enquiry.new } describe 'test an instance of Enquiry' do it 'should create an instance of Enquiry' do expect(instance).to be_instance_of(Noths::Enquiry) end end describe 'test attribute "id"' do it 'should work' end describe 'test attribute "state"' do it 'should work' end describe 'test attribute "messages"' 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_spec.rb |
noths-0.2.0 | spec/models/enquiry_spec.rb |