Add sdg manager section to admin
Allow a user to become an sdg manager
This commit is contained in:
@@ -25,4 +25,8 @@ describe "Abilities::Organization" do
|
||||
|
||||
it { should_not be_able_to(:read, SDG::Goal) }
|
||||
it { should_not be_able_to(:read, SDG::Target) }
|
||||
|
||||
it { should_not be_able_to(:read, SDG::Manager) }
|
||||
it { should_not be_able_to(:create, SDG::Manager) }
|
||||
it { should_not be_able_to(:delete, SDG::Manager) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user