Skip to content
Snippets Groups Projects
Commit 131f66c9 authored by James Lopez's avatar James Lopez Committed by Yorick Peterse
Browse files

Update usage_data_spec to match EE

parent 389de5e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,7 +35,7 @@ describe Gitlab::UsageData do
subject { described_class.data }
 
it "gathers usage data" do
expect(subject.keys).to match_array(%i(
expect(subject.keys).to include(*%i(
active_user_count
counts
recorded_at
Loading
Loading
@@ -68,7 +68,7 @@ describe Gitlab::UsageData do
expect(count_data[:boards]).to eq(1)
expect(count_data[:projects]).to eq(3)
 
expect(count_data.keys).to match_array(%i(
expect(count_data.keys).to include(*%i(
assignee_lists
boards
ci_builds
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment