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
ee4ef6fc
Commit
ee4ef6fc
authored
Feb 07, 2022
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove commented lines
parent
b8c4af27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
ee/spec/requests/api/graphql/epics/epic_resolver_spec.rb
ee/spec/requests/api/graphql/epics/epic_resolver_spec.rb
+0
-9
No files found.
ee/spec/requests/api/graphql/epics/epic_resolver_spec.rb
View file @
ee4ef6fc
...
...
@@ -58,15 +58,6 @@ RSpec.describe 'getting epics information' do
let_it_be
(
:epic3
)
{
create
(
:epic
,
group:
group
,
created_at:
2
.
hours
.
ago
,
updated_at:
9
.
minutes
.
ago
)
}
let_it_be
(
:epic4
)
{
create
(
:epic
,
group:
group
,
created_at:
15
.
minutes
.
ago
,
updated_at:
14
.
minutes
.
ago
)
}
# before(:all) do
# epic1.update_column(:updated_at, 10.seconds.ago)
# epic2.update_column(:updated_at, 2.minutes.ago)
# epic3.update_column(:updated_at, 9.minutes.ago)
# epic4.update_column(:updated_at, 14.minutes.ago)
# pp Time.now.strftime("%Y-%m-%d")
# pp epic4.updated_at
# end
it
'filters by createdBefore'
do
post_graphql
(
epics_query
(
group
,
'createdBefore'
,
5
.
days
.
ago
),
current_user:
user
)
...
...
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