Class: REC::Notify

Inherits:
Object
  • Object
show all
Defined in:
lib/rec/mock-notify.rb

Overview

mock the Notify class for testing purposes :nodoc:

Constant Summary collapse

@@emailsSent =
[]
@@jabbersSent =
[]

Instance Method Summary collapse

Instance Method Details

#emailsSentObject

:nodoc:



20
21
22
# File 'lib/rec/mock-notify.rb', line 20

def emailsSent()
	@@emailsSent
end

#jabbersSentObject

:nodoc:



25
26
27
# File 'lib/rec/mock-notify.rb', line 25

def jabbersSent()
	@@jabberSent
end