Method: PeepingTom::Notifier::Campfire#notify!

Defined in:
lib/peeping_tom/notifier/campfire.rb

#notify!(site) ⇒ Object



11
12
13
14
# File 'lib/peeping_tom/notifier/campfire.rb', line 11

def notify!(site)
  msg = "#{site.name} was tested at #{site.url}, and it's busted. You should look into that."
				Broach.speak(@room, msg)
end