diff --git a/spec/lib/va_profile/profile/v3/health_benefit_bio_response_spec.rb b/spec/lib/va_profile/profile/v3/health_benefit_bio_response_spec.rb index 1cf69f17ecf..70f51f3ed61 100644 --- a/spec/lib/va_profile/profile/v3/health_benefit_bio_response_spec.rb +++ b/spec/lib/va_profile/profile/v3/health_benefit_bio_response_spec.rb @@ -55,7 +55,7 @@ describe 'Invalid contact type' do let(:contact_type) { 'Invalid type' } - it 'includes contact' do + it 'does not include contact' do expect(subject.contacts).to be_empty end end diff --git a/spec/lib/va_profile/profile/v3/service_spec.rb b/spec/lib/va_profile/profile/v3/service_spec.rb index a34629b418f..da5ec7b9b89 100644 --- a/spec/lib/va_profile/profile/v3/service_spec.rb +++ b/spec/lib/va_profile/profile/v3/service_spec.rb @@ -82,7 +82,7 @@ let(:idme_uuid) { '88f572d4-91af-46ef-a393-cba6c351e252' } let(:cassette) { 'va_profile/profile/v3/health_benefit_bio_404' } - it 'includes messages recieved from the api' do + it 'includes messages received from the api' do response = subject.get_health_benefit_bio expect(response.status).to eq(404) expect(response.contacts.size).to eq(0)