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
3d3ab4a5
Commit
3d3ab4a5
authored
Aug 24, 2020
by
charlie ablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make milestone_finder_spec faster
parent
52f42de7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/lib/gitlab/github_import/milestone_finder_spec.rb
spec/lib/gitlab/github_import/milestone_finder_spec.rb
+2
-2
No files found.
spec/lib/gitlab/github_import/milestone_finder_spec.rb
View file @
3d3ab4a5
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
require
'spec_helper'
require
'spec_helper'
RSpec
.
describe
Gitlab
::
GithubImport
::
MilestoneFinder
,
:clean_gitlab_redis_cache
do
RSpec
.
describe
Gitlab
::
GithubImport
::
MilestoneFinder
,
:clean_gitlab_redis_cache
do
let
!
(
:project
)
{
create
(
:project
)
}
let
_it_be
(
:project
)
{
create
(
:project
)
}
let
!
(
:milestone
)
{
create
(
:milestone
,
project:
project
)
}
let
_it_be
(
:milestone
)
{
create
(
:milestone
,
project:
project
)
}
let
(
:finder
)
{
described_class
.
new
(
project
)
}
let
(
:finder
)
{
described_class
.
new
(
project
)
}
describe
'#id_for'
do
describe
'#id_for'
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