mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Modify conference registration to a singular resource
This commit is contained in:
parent
8b831b1977
commit
0675572e05
17 changed files with 37 additions and 37 deletions
|
|
@ -89,7 +89,7 @@ describe ConferenceRegistrationsController, type: :controller do
|
|||
end
|
||||
|
||||
it 'redirects to registration show path' do
|
||||
expect(response).to redirect_to conference_conference_registrations_path(conference.short_title)
|
||||
expect(response).to redirect_to conference_conference_registration_path(conference.short_title)
|
||||
end
|
||||
|
||||
it 'shows success message in flash notice' do
|
||||
|
|
@ -156,7 +156,7 @@ describe ConferenceRegistrationsController, type: :controller do
|
|||
end
|
||||
|
||||
it 'redirects to registration show path' do
|
||||
expect(response).to redirect_to conference_conference_registrations_path(conference.short_title)
|
||||
expect(response).to redirect_to conference_conference_registration_path(conference.short_title)
|
||||
end
|
||||
|
||||
it 'shows error in flash message' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue