Skip to content

Commit

Permalink
fix spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Sep 21, 2023
1 parent 5b3efc9 commit d5a6ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/projects/allowed_to_scope_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
end

context 'with the user being member
with the permission being module bound
without the permission being module bound
with the role having the permission
with no module active' do
let(:permissions) { [non_module_action] }
Expand All @@ -191,7 +191,7 @@
end

context 'with the user being member
with the permission being module bound
without the permission being module bound
without the role having the permission
with no module active' do
let(:permissions) { [] }
Expand Down

0 comments on commit d5a6ec4

Please sign in to comment.