Sha256: 3f764e7304176ea841ca88fafe6a8e49caaa7fa45528816446272e08f71bca20
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
require 'formatters/rspec2_formatter' require 'libnotify' class LibnotifyFormatter < RSpec2Formatter def dump_summary super Libnotify.show :body => rspactor_message, :summary => rspactor_title, :icon_path => rspactor_image_path end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rspactor-0.7.0.beta.3 | lib/formatters/rspec2/libnotify_formatter.rb |
rspactor-0.7.0.beta.2 | lib/formatters/rspec2/libnotify_formatter.rb |