From 582847e471267dd2045be6280bf41482d2737d70 Mon Sep 17 00:00:00 2001 From: Yuri Rudman Date: Tue, 28 Aug 2018 12:26:49 -0400 Subject: [PATCH] typo in spec --- spec/models/notification_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/notification_spec.rb b/spec/models/notification_spec.rb index e02ee7cf71ab..305e552f798d 100644 --- a/spec/models/notification_spec.rb +++ b/spec/models/notification_spec.rb @@ -36,7 +36,7 @@ expect(user.unseen_notifications.count).to eq(1) end - it 'creates single record in notification_reciepients table if recipent user belongs to several groups' do + it 'creates single record in notification_recipients table if recipent user belongs to several groups' do user.miq_groups << FactoryGirl.create(:miq_group, :tenant => tenant) expect(subject.recipients).to match_array([user]) end