mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
add tests to assign and unassign organization admin role
This commit is contained in:
parent
a91c67be0a
commit
c596a9fda7
4 changed files with 89 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Admin::RolesController do
|
||||
|
||||
let(:conference) { create(:conference) }
|
||||
let(:organizer_role) { Role.find_by(name: 'organizer', resource: conference) }
|
||||
let(:cfp_role) { Role.find_by(name: 'cfp', resource: conference) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue