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
189bcfa8
Commit
189bcfa8
authored
Apr 07, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant access token spec example
parent
eb71b1c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
spec/services/auth/container_registry_authentication_service_spec.rb
...es/auth/container_registry_authentication_service_spec.rb
+0
-11
No files found.
spec/services/auth/container_registry_authentication_service_spec.rb
View file @
189bcfa8
...
...
@@ -111,17 +111,6 @@ describe Auth::ContainerRegistryAuthenticationService, services: true do
it_behaves_like
'not a container repository factory'
end
describe
'#full_access_token'
do
let
(
:project
)
{
create
(
:empty_project
)
}
let
(
:token
)
{
described_class
.
full_access_token
(
project
.
path_with_namespace
)
}
subject
{
{
token:
token
}
}
it_behaves_like
'a accessible'
do
let
(
:actions
)
{
[
'*'
]
}
end
end
context
'user authorization'
do
let
(
:current_user
)
{
create
(
:user
)
}
...
...
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