Introduce Program to include cfp/rooms/tracks/events/event_types/difficulty_levels
This commit is contained in:
parent
028b82fda8
commit
444356fbc7
117 changed files with 1812 additions and 905 deletions
|
|
@ -5,6 +5,7 @@ describe 'admin/conference/show' do
|
|||
it 'renders conference dashboard' do
|
||||
conference = create(:conference, title: 'openSUSE')
|
||||
assign :conference, conference
|
||||
assign :program, conference.program
|
||||
assign :conference_progress, conference.get_status
|
||||
render
|
||||
expect(rendered).to include("Dashboard for #{conference.title}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue