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