Sha256: 2cbe0989354e8223d876a81fcc2c7d393f464fb9be50d8c1c010aed53deb27f0

Contents?: true

Size: 300 Bytes

Versions: 4

Compression:

Stored size: 300 Bytes

Contents

module Uberspec
  module Notify
    class Growl < Uberspec::Notify::Base

      def command
        'growlnotify'
      end

      def title
        "-t '#{super}'"
      end

      def body
        "-m '#{super}'"
      end

      def image
        "--image '#{super}'"
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
uberspec-0.2.1 lib/uberspec/notify/growl.rb
uberspec-0.2.0 lib/uberspec/notify/growl.rb
uberspec-0.1.1 lib/uberspec/notify/growl.rb
uberspec-0.1.0 lib/uberspec/notify/growl.rb