Merge remote-tracking branch 'parent/main' into upstream-20240610
This commit is contained in:
commit
90f2ea9015
125 changed files with 2266 additions and 1504 deletions
|
@ -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' }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue