add tests to assign and unassign organization admin role
This commit is contained in:
parent
68e8cf48ae
commit
b800878f90
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