Sha256: 57ed2eea60fe717272fdcf8a19ddddca7c12fbf7f87dfbc53e20b41273e2de9b

Contents?: true

Size: 227 Bytes

Versions: 1

Compression:

Stored size: 227 Bytes

Contents

require 'test_notifier'

Autotest.add_hook :ran_command do |at|
  content = at.results.to_s
  
  TestNotifier.rspec?(content) ? TestNotifier.notification_for_rspec(content) : TestNotifier.notification_for_test_unit(content)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_notifier-0.0.7 lib/test_notifier/autotest.rb