Skip to content

Commit

Permalink
typo in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Aug 28, 2018
1 parent cfede26 commit 582847e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/notification_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 582847e

Please sign in to comment.