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
4a75aac0
Commit
4a75aac0
authored
Sep 12, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove tests that should have been reverted
parent
19d38ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
spec/models/issue_spec.rb
spec/models/issue_spec.rb
+0
-18
No files found.
spec/models/issue_spec.rb
View file @
4a75aac0
...
...
@@ -755,22 +755,4 @@ describe Issue do
end
end
end
describe
'removing an issue'
do
it
'refreshes the number of open issues of the project'
do
project
=
subject
.
project
expect
{
subject
.
destroy
}
.
to
change
{
project
.
open_issues_count
}.
from
(
1
).
to
(
0
)
end
end
describe
'.public_only'
do
it
'only returns public issues'
do
public_issue
=
create
(
:issue
)
create
(
:issue
,
confidential:
true
)
expect
(
described_class
.
public_only
).
to
eq
([
public_issue
])
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