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

@ -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