Skip to content

Commit d6e2a7a

Browse files
committed
Remove unused comments in parser_spec.rb
1 parent 9a1c82a commit d6e2a7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spec/lib/annotate/parser_spec.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ module Annotate # rubocop:disable Metrics/ModuleLength
1717
%w[--additional-file-patterns].each do |option|
1818
describe option do
1919
it 'sets array of paths to :additional_file_patterns' do
20-
# options = "-a ${('foo/bar' 'baz')}"
21-
# Parser.parse(options)
22-
# expect(ENV['additional_file_patterns']).to eq(['foo/bar', 'baz'])
23-
2420
paths = 'foo/bar,baz'
2521
allow(ENV).to receive(:[]=)
2622
Parser.parse([option, paths])

0 commit comments

Comments
 (0)