mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
parent
87144caeb3
commit
ae98ac1430
8 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue