Fixed typo in spec

This commit is contained in:
Hiroshi SHIBATA 2020-10-28 09:10:14 +09:00
parent ab92975803
commit 43a87832b5
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
3 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,7 @@ describe Conference do
end
describe '#get_submissions_data' do
it 'returns emtpy hash if there is no cfp or events' do
it 'returns empty hash if there is no cfp or events' do
expect(subject.get_submissions_data).to eq []
end