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/difficulty_levels/index' do
it 'renders conference sidebar' do
expect(sidebar).to be true
end
it 'renders difficulty levels' do
@difficulty_level = create(:difficulty_level)
assign :conference, @difficulty_level.conference