BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
094e1cc0
Commit
094e1cc0
authored
Nov 19, 2015
by
Yorick Peterse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Align hash literals in IssuesFinder spec
parent
901d3dee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
issues_finder_spec.rb
spec/benchmarks/finders/issues_finder_spec.rb
+3
-3
No files found.
spec/benchmarks/finders/issues_finder_spec.rb
View file @
094e1cc0
...
...
@@ -22,7 +22,7 @@ describe IssuesFinder, benchmark: true do
describe
'retrieving issues without labels'
do
let
(
:finder
)
do
IssuesFinder
.
new
(
user
,
scope:
'all'
,
label_name:
Label
::
None
.
title
,
state:
'opened'
)
state:
'opened'
)
end
benchmark_subject
{
finder
.
execute
}
...
...
@@ -33,7 +33,7 @@ describe IssuesFinder, benchmark: true do
describe
'retrieving issues with labels'
do
let
(
:finder
)
do
IssuesFinder
.
new
(
user
,
scope:
'all'
,
label_name:
label1
.
title
,
state:
'opened'
)
state:
'opened'
)
end
benchmark_subject
{
finder
.
execute
}
...
...
@@ -44,7 +44,7 @@ describe IssuesFinder, benchmark: true do
describe
'retrieving issues for a single project'
do
let
(
:finder
)
do
IssuesFinder
.
new
(
user
,
scope:
'all'
,
label_name:
Label
::
None
.
title
,
state:
'opened'
,
project_id:
project
.
id
)
state:
'opened'
,
project_id:
project
.
id
)
end
benchmark_subject
{
finder
.
execute
}
...
...
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