Fix rubocop warnings and User index bug
This commit is contained in:
parent
6a5cccbaad
commit
9e0c871494
3 changed files with 4 additions and 4 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue