mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
Implement consistent admin interface
* Consistent route/model/controller/view layout * Get rid of unused photos, speakers, dietchoices, social_events controllers * Drop unused :public from Rooms and :description from CallForPapers
This commit is contained in:
parent
f6a87331be
commit
28063129c7
133 changed files with 1461 additions and 1461 deletions
|
|
@ -22,18 +22,6 @@ describe ConferenceController do
|
|||
expect(response).to render_template :show
|
||||
end
|
||||
end
|
||||
|
||||
context 'gallery photos for splash' do
|
||||
it 'return conference photos' do
|
||||
xhr :get, :gallery_photos, id: conference.short_title
|
||||
expect(assigns(:photos)).to eq conference.photos
|
||||
end
|
||||
|
||||
it 'renders photos template' do
|
||||
xhr :get, :gallery_photos, id: conference.short_title
|
||||
expect(response).to render_template :photos
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe 'OPTIONS #index' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue