We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fe649 commit b3089f0Copy full SHA for b3089f0
tests/units/test_logger.rb
@@ -19,7 +19,7 @@ def test_logger
19
@git.branches.size
20
21
logc = File.read(log.path)
22
- assert(/INFO -- : git branch -a/.match(logc))
+ assert(/INFO -- : git branch '-a'/.match(logc))
23
assert(/DEBUG -- : \* git_grep/.match(logc))
24
25
log = Tempfile.new('logfile')
@@ -31,7 +31,7 @@ def test_logger
31
32
33
34
35
assert(!/DEBUG -- : \* git_grep/.match(logc))
36
end
37
0 commit comments