mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 05:04:03 +00:00
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 :selection, 'organizer'
|
||||
assign :role, [organizer_role]
|
||||
assign :role_users, {'organizer' => [organizer]}
|
||||
assign :role_users, 'organizer' => [organizer]
|
||||
render
|
||||
expect(rendered).to include('Show users for role:')
|
||||
expect(rendered).to include(organizer_role.description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue