test is fixed

This commit is contained in:
Naman Gupta
2017-11-08 01:41:42 +05:30
parent 2e07462d77
commit 94de2e813c

View File

@@ -362,7 +362,7 @@ describe Event do
new_event.submitter = submitter
new_event.speakers = [speaker1, speaker2]
expect(new_event.speaker_names).to eq 'user speaker 1 and user speaker 2'
expect(new_event.speaker_names).to eq 'user speaker 1, user speaker 2'
end
end
end