Change read:me scope to profile scope (#30357)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -20,6 +20,12 @@ describe ScopeTransformer do
|
||||
end
|
||||
end
|
||||
|
||||
context 'with scope "profile"' do
|
||||
let(:input) { 'profile' }
|
||||
|
||||
it_behaves_like 'a scope', nil, 'profile', 'read'
|
||||
end
|
||||
|
||||
context 'with scope "read"' do
|
||||
let(:input) { 'read' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user