Class: RSSNotification

Inherits:
Notification show all
Defined in:
lib/kwala/notifications/rss.rb

Defined Under Namespace

Classes: UnitTestResult

Instance Method Summary collapse

Methods inherited from Notification

add_notification, context, context=, notifications, notify, #notify, #undefined_event

Instance Method Details

#unit_test(result, data, context) ⇒ Object



7
8
9
10
11
12
# File 'lib/kwala/notifications/rss.rb', line 7

def unit_test(result, data, context)
  @test_results = data[:test_results]

  update_pstore(context)
  make_rss(context)
end