style fix
This commit is contained in:
parent
7d35fc2857
commit
efc00787fc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ describe 'admin/conference/roles' do
|
||||||
assign :conference, conference
|
assign :conference, conference
|
||||||
assign :selection, 'organizer'
|
assign :selection, 'organizer'
|
||||||
assign :role, [organizer_role]
|
assign :role, [organizer_role]
|
||||||
assign :role_users, {'organizer' => [organizer]}
|
assign :role_users, 'organizer' => [organizer]
|
||||||
render
|
render
|
||||||
expect(rendered).to include('Show users for role:')
|
expect(rendered).to include('Show users for role:')
|
||||||
expect(rendered).to include(organizer_role.description)
|
expect(rendered).to include(organizer_role.description)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue