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
f0792fcd
Commit
f0792fcd
authored
Dec 19, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shush Rubocop.
parent
50706345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
spec/features/merge_requests/approvals_spec.rb
spec/features/merge_requests/approvals_spec.rb
+0
-2
No files found.
spec/features/merge_requests/approvals_spec.rb
View file @
f0792fcd
...
...
@@ -161,7 +161,6 @@ feature 'Merge request approvals', js: true, feature: true do
login_as
(
user
)
end
context
'when group is assigned to a project'
,
js:
true
do
before
do
create
:approver_group
,
group:
group
,
target:
project
...
...
@@ -178,7 +177,6 @@ feature 'Merge request approvals', js: true, feature: true do
unapprove_merge_request
expect
(
page
).
not_to
have_content
(
'Approved by'
)
end
end
context
'when group is assigned to a merge request'
,
js:
true
do
...
...
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