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
ad802584
Commit
ad802584
authored
Sep 08, 2020
by
Alper Akgun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary spec usage_activity_by_stage spec
parent
9714640d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
ee/spec/lib/ee/gitlab/usage_data_spec.rb
ee/spec/lib/ee/gitlab/usage_data_spec.rb
+0
-9
No files found.
ee/spec/lib/ee/gitlab/usage_data_spec.rb
View file @
ad802584
...
...
@@ -251,15 +251,6 @@ RSpec.describe Gitlab::UsageData do
end
end
describe
'.uncached_data'
do
describe
'.usage_activity_by_stage'
do
it
'includes usage_activity_by_stage data'
do
expect
(
described_class
.
uncached_data
).
to
include
(
:usage_activity_by_stage
)
expect
(
described_class
.
uncached_data
).
to
include
(
:usage_activity_by_stage_monthly
)
end
end
end
describe
'usage_activity_by_stage_configure'
do
it
'includes accurate usage_activity_by_stage data'
do
for_defined_days_back
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