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/unnested_in_filters/dsl_spec.rb')
-rw-r--r--spec/lib/unnested_in_filters/dsl_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/unnested_in_filters/dsl_spec.rb b/spec/lib/unnested_in_filters/dsl_spec.rb
index bce4c88f94c..9f1552b02ec 100644
--- a/spec/lib/unnested_in_filters/dsl_spec.rb
+++ b/spec/lib/unnested_in_filters/dsl_spec.rb
@@ -12,7 +12,7 @@ RSpec.describe UnnestedInFilters::Dsl do
end
describe '#exists?' do
- let(:states) { %w(active banned) }
+ let(:states) { %w[active banned] }
subject { test_model.where(state: states).use_unnested_filters.exists? }