lib/rspec_growler.rb in guillaumegentil-rspactor-0.3.4 vs lib/rspec_growler.rb in guillaumegentil-rspactor-0.4
- old
+ new
@@ -11,16 +11,14 @@
'pending'
else
'success'
end
- image_path = File.dirname(__FILE__) + "/../images/#{icon}.png"
+ # image_path = File.dirname(__FILE__) + "/../images/#{icon}.png"
message = "#{total} examples, #{failures} failures"
-
if pending > 0
message << " (#{pending} pending)"
end
- notify "Test Results", message, image_path(icon)
+ notify "Spec Results", message, icon
end
-end
-
+end
\ No newline at end of file