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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 15:12:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 15:12:37 +0300
commit5f89187f0433fc84d8387de25220185235d61ed1 (patch)
tree4907c29350e094eea257a20f67b3427fdcdfaa2f /spec/support/shared_examples/validators
parenta130bdc4dd6f78e1605b79b77929c9315b322be3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/shared_examples/validators')
-rw-r--r--spec/support/shared_examples/validators/url_validator_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_examples/validators/url_validator_shared_examples.rb b/spec/support/shared_examples/validators/url_validator_shared_examples.rb
index c5a775fefb6..8547845d0c3 100644
--- a/spec/support/shared_examples/validators/url_validator_shared_examples.rb
+++ b/spec/support/shared_examples/validators/url_validator_shared_examples.rb
@@ -24,7 +24,7 @@ RSpec.shared_examples 'url validator examples' do |schemes|
end
context 'with schemes' do
- let(:options) { { schemes: %w(http) } }
+ let(:options) { { schemes: %w[http] } }
it 'allows urls with the defined schemes' do
subject