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
94214e96
Commit
94214e96
authored
Mar 29, 2018
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve groups feature specs
parent
3c3def3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
spec/features/groups/activity_spec.rb
spec/features/groups/activity_spec.rb
+0
-4
spec/features/groups/issues_spec.rb
spec/features/groups/issues_spec.rb
+0
-4
spec/features/groups/show_spec.rb
spec/features/groups/show_spec.rb
+0
-13
No files found.
spec/features/groups/activity_spec.rb
View file @
94214e96
...
...
@@ -19,11 +19,7 @@ feature 'Group activity page' do
it_behaves_like
"an autodiscoverable RSS feed with current_user's RSS token"
end
<<<<<<<
HEAD
context
'when project in the group'
,
:js
do
=======
context
'when project is in the group'
,
:js
do
>>>>>>>
upstream
/
master
let
(
:project
)
{
create
(
:project
,
:public
,
namespace:
group
)
}
before
do
...
...
spec/features/groups/issues_spec.rb
View file @
94214e96
...
...
@@ -68,11 +68,7 @@ feature 'Group issues page' do
it
'does not render issue'
do
visit
path
<<<<<<<
HEAD
expect
(
page
).
not_to
have_content
issue
.
title
=======
expect
(
page
).
not_to
have_content
issue
.
title
[
0
..
80
]
>>>>>>>
upstream
/
master
end
end
end
...
...
spec/features/groups/show_spec.rb
View file @
94214e96
...
...
@@ -30,18 +30,6 @@ feature 'Group show page' do
end
it_behaves_like
"an autodiscoverable RSS feed without an RSS token"
<<<<<<<
HEAD
end
context
'when group has a public project'
,
:js
do
let!
(
:project
)
{
create
(
:project
,
:public
,
namespace:
group
)
}
it
'renders public project'
do
visit
path
expect
(
page
).
to
have_link
group
.
name
expect
(
page
).
to
have_link
project
.
name
=======
end
context
'when group has a public project'
,
:js
do
...
...
@@ -63,7 +51,6 @@ feature 'Group show page' do
expect
(
page
).
to
have_link
group
.
name
expect
(
page
).
not_to
have_link
project
.
name
>>>>>>>
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