Commit 86b1e44a authored by Stan Hu's avatar Stan Hu

Improve spec description in member_spec.rb

parent 36459061
......@@ -173,7 +173,7 @@ describe Member do
end
describe '.search_invite_email' do
it 'returns only the matching e-mail' do
it 'returns only members the matching e-mail' do
create(:group_member, :invited)
invited = described_class.search_invite_email(@invited_member.invite_email)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment