We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcef687 commit 921e7e0Copy full SHA for 921e7e0
spec/lib/annotate/parser_spec.rb
@@ -17,10 +17,6 @@ module Annotate # rubocop:disable Metrics/ModuleLength
17
%w[--additional-file-patterns].each do |option|
18
describe option do
19
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
-
24
paths = 'foo/bar,baz'
25
allow(ENV).to receive(:[]=)
26
Parser.parse([option, paths])
0 commit comments