Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/tracking/event_definition_spec.rb')
-rw-r--r--spec/lib/gitlab/tracking/event_definition_spec.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/lib/gitlab/tracking/event_definition_spec.rb b/spec/lib/gitlab/tracking/event_definition_spec.rb
index b27aaa35695..ab0660147e4 100644
--- a/spec/lib/gitlab/tracking/event_definition_spec.rb
+++ b/spec/lib/gitlab/tracking/event_definition_spec.rb
@@ -15,8 +15,8 @@ RSpec.describe Gitlab::Tracking::EventDefinition do
product_stage: 'growth',
product_section: 'dev',
product_group: 'group::product analytics',
- distribution: %w(ee ce),
- tier: %w(free premium ultimate)
+ distribution: %w[ee ce],
+ tier: %w[free premium ultimate]
}
end
@@ -49,8 +49,8 @@ RSpec.describe Gitlab::Tracking::EventDefinition do
:product_stage | 1
:product_section | nil
:product_group | nil
- :distributions | %[be eb]
- :tiers | %[pro]
+ :distributions | %(be eb)
+ :tiers | %(pro)
end
with_them do