Method: Uberspec::Notify::Base#initialize

Defined in:
lib/uberspec/notify.rb

#initialize(pass_img, fail_img) ⇒ Base

Returns a new instance of Base.



8
9
10
11
# File 'lib/uberspec/notify.rb', line 8

def initialize(pass_img,fail_img)
  @passing_image = pass_img
  @failure_image = fail_img
end