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/initializers/enumerator_next_patch_spec.rb')
-rw-r--r--spec/initializers/enumerator_next_patch_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/initializers/enumerator_next_patch_spec.rb b/spec/initializers/enumerator_next_patch_spec.rb
index 99e73af5e86..bf8ab823e53 100644
--- a/spec/initializers/enumerator_next_patch_spec.rb
+++ b/spec/initializers/enumerator_next_patch_spec.rb
@@ -33,15 +33,15 @@ RSpec.describe 'Enumerator#next patch fix' do
end
def have_been_raised_by_next_and_not_fixed_up
- contain_unique_method_calls_in_order %w(call_enum_method)
+ contain_unique_method_calls_in_order %w[call_enum_method]
end
def have_been_raised_by_enum_object_and_fixed_up
- contain_unique_method_calls_in_order %w(make_error call_enum_method)
+ contain_unique_method_calls_in_order %w[make_error call_enum_method]
end
def have_been_raised_by_nested_next_and_fixed_up
- contain_unique_method_calls_in_order %w(call_nested_next call_enum_method)
+ contain_unique_method_calls_in_order %w[call_nested_next call_enum_method]
end
methods = [