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
d40d2e6d
Commit
d40d2e6d
authored
Jul 26, 2017
by
Tiago Botelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes admin dashboard controller specs conflicts
parent
99b41743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spec/controllers/admin/dashboard_controller_spec.rb
spec/controllers/admin/dashboard_controller_spec.rb
+2
-3
No files found.
spec/controllers/admin/dashboard_controller_spec.rb
View file @
d40d2e6d
...
...
@@ -2,7 +2,6 @@ require 'spec_helper'
describe
Admin
::
DashboardController
do
describe
'#index'
do
<<<<<<<
HEAD
it
"allows an admin user to access the page"
do
sign_in
(
create
(
:user
,
:admin
))
get
:index
...
...
@@ -22,7 +21,8 @@ describe Admin::DashboardController do
get
:index
expect
(
response
).
to
have_http_status
(
404
)
=======
end
context
'with pending_delete projects'
do
render_views
...
...
@@ -37,7 +37,6 @@ describe Admin::DashboardController do
expect
(
response
.
body
).
to
match
(
project
.
name
)
expect
(
response
.
body
).
not_to
match
(
pending_delete_project
.
name
)
end
>>>>>>>
upstream
/
master
end
end
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