mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
implement manual event management and support for multiple speakers per event
This commit is contained in:
parent
46a6a59622
commit
790e2fd3a2
24 changed files with 180 additions and 89 deletions
|
|
@ -180,9 +180,8 @@ describe ProposalsController do
|
|||
get :show, conference_id: conference.short_title, id: event.id
|
||||
end
|
||||
|
||||
it 'assigns event and speaker variables' do
|
||||
it 'assigns event variable' do
|
||||
expect(assigns(:event)).to eq event
|
||||
expect(assigns(:speaker)).to eq event.submitter
|
||||
end
|
||||
|
||||
it 'renders show template' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue