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 f49661b commit 089e018Copy full SHA for 089e018
spec/watchr.rb
@@ -11,7 +11,7 @@ def growl(message)
11
title = 'Watchr Test Results'
12
image = case message
13
when /(\d+)\s+?(failure|error)/i
14
- (Regexp.last_match(1).to_i == 0) ? '~/.watchr_images/passed.png' : '~/.watchr_images/failed.png'
+ Regexp.last_match(1).to_i == 0 ? '~/.watchr_images/passed.png' : '~/.watchr_images/failed.png'
15
else
16
'~/.watchr_images/unknown.png'
17
end
0 commit comments