Freeze strings in ReferenceExtractor spec

This commit is contained in:
Sean McGivern 2019-03-22 09:28:50 +00:00
parent 5765c5989a
commit 0b9a229516
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::ReferenceExtractor do