Commit 84d9aac2 authored by Rachel Fox's avatar Rachel Fox

fix a to an typo.

parent 8c22ee17
...@@ -70,7 +70,7 @@ RSpec.describe Gitlab::Ci::Pipeline::Expression::Lexeme::Pattern do ...@@ -70,7 +70,7 @@ RSpec.describe Gitlab::Ci::Pipeline::Expression::Lexeme::Pattern do
.to eq Gitlab::UntrustedRegexp.new('pattern') .to eq Gitlab::UntrustedRegexp.new('pattern')
end end
it 'is a eager scanner for regexp boundaries' do it 'is an eager scanner for regexp boundaries' do
scanner = StringScanner.new('/some .* / pattern/') scanner = StringScanner.new('/some .* / pattern/')
token = described_class.scan(scanner) token = described_class.scan(scanner)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment