Update usage_data_spec to match EE

This commit is contained in:
James Lopez 2019-05-09 16:32:18 +00:00 committed by Yorick Peterse
parent 389de5e1e4
commit 131f66c91a
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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