Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dae2f95c
Commit
dae2f95c
authored
Dec 03, 2019
by
mo khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment in spec
parent
c321b3f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ee/spec/policies/project_policy_spec.rb
ee/spec/policies/project_policy_spec.rb
+3
-3
No files found.
ee/spec/policies/project_policy_spec.rb
View file @
dae2f95c
...
...
@@ -878,9 +878,9 @@ describe ProjectPolicy do
context
'when licenses list feature not available'
do
let
(
:current_user
)
{
admin
}
before
do
stub_feature_flags
(
licenses_list:
false
)
end
before
do
stub_feature_flags
(
licenses_list:
false
)
end
it
{
is_expected
.
to
be_disallowed
(
:read_licenses_list
)
}
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment