Implements program section for unscheduled events

close #610
This commit is contained in:
chrisbr 2015-03-09 15:31:06 +01:00
parent 0894d9ec29
commit 232cc249d4
11 changed files with 193 additions and 147 deletions

View file

@ -43,7 +43,7 @@ describe 'conference/show.html.haml' do
end
it 'renders program partial' do
expect(view).to render_template(partial: 'conference/_program')
expect(view).to render_template(partial: 'conference/_schedule_splashpage')
end
it 'renders registration partial' do