Sha256: 4a98517afd778cadd5ecb26ff281600f6414ce901bd0d844d80ed3801ccbda4c
Contents?: true
Size: 268 Bytes
Versions: 7
Compression:
Stored size: 268 Bytes
Contents
require 'test_notifier' Autotest.add_hook :ran_command do |at| begin content = at.results.to_s TestNotifier.rspec?(content) ? TestNotifier.notification_for_rspec(content) : TestNotifier.notification_for_test_unit(content) rescue end end
Version data entries
7 entries across 7 versions & 2 rubygems