Fix rubocop warnings and User index bug

This commit is contained in:
Henne Vogelsang 2015-04-15 10:23:24 +02:00
parent 6a5cccbaad
commit 9e0c871494
3 changed files with 4 additions and 4 deletions

View file

@ -516,7 +516,7 @@ describe Conference do
describe '#event_type_distribution' do
it 'calculates correct for different event types' do
blah = create(:event, conference: subject, event_type: @workshop)
create(:event, conference: subject, event_type: @workshop)
create(:event, conference: subject, event_type: @workshop)
create(:event, conference: subject, event_type: @lecture)
result = {}