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 9752dbf commit 51f578eCopy full SHA for 51f578e
spec/lib/annotate/parser_spec.rb
@@ -20,7 +20,7 @@ module Annotate # rubocop:disable Metrics/ModuleLength
20
paths = 'foo/bar,baz'
21
allow(ENV).to receive(:[]=)
22
Parser.parse([option, paths])
23
- expect(ENV).to have_received(:[]=).with('additional_file_patterns', ['foo/bar', 'baz'])
+ expect(ENV).to have_received(:[]=).with('additional_file_patterns', 'foo/bar,baz')
24
end
25
26
0 commit comments