summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/search/abuse_detection_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/search/abuse_detection_spec.rb')
-rw-r--r--spec/lib/gitlab/search/abuse_detection_spec.rb20
1 files changed, 10 insertions, 10 deletions
diff --git a/spec/lib/gitlab/search/abuse_detection_spec.rb b/spec/lib/gitlab/search/abuse_detection_spec.rb
index 2a8d74a62ab..7fb9621141c 100644
--- a/spec/lib/gitlab/search/abuse_detection_spec.rb
+++ b/spec/lib/gitlab/search/abuse_detection_spec.rb
@@ -21,16 +21,16 @@ RSpec.describe Gitlab::Search::AbuseDetection do
describe 'abusive character matching' do
refs = %w(
- main
- тест
- maiñ
- main123
- main-v123
- main-v12.3
- feature/it_works
- really_important!
- 测试
- )
+ main
+ тест
+ maiñ
+ main123
+ main-v123
+ main-v12.3
+ feature/it_works
+ really_important!
+ 测试
+ )
refs.each do |ref|
it "does match refs permitted by git refname: #{ref}" do