New admin menu

This commit is contained in:
Chrisbr 2014-05-22 18:19:07 +02:00
parent 29cd9d0132
commit 89fb059aaa
35 changed files with 209 additions and 170 deletions

View file

@ -1,9 +1,7 @@
require 'spec_helper'
describe 'admin/supporter_levels/index' do
it 'renders conference sidebar' do
expect(sidebar).to be true
end
it 'renders supporter levels' do
@support_level = create(:supporter_level)
assign :conference, @support_level.conference