Fixed some typos (#2695)

* Fix typos
This commit is contained in:
Hiroshi SHIBATA 2020-10-30 18:06:43 +09:00 committed by GitHub
parent 87144caeb3
commit ae98ac1430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -376,7 +376,7 @@ feature 'Version' do
EventsRegistration.create(registration: registration, event: event)
EventsRegistration.first.update_attributes(attended: true)
EventsRegistration.last.destroy
# Here registration is deleted to ensure the event registration related change still displays the asociated user's name
# Here registration is deleted to ensure the event registration related change still displays the associated user's name
registration.destroy
visit admin_revision_history_path

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