Sha256: bc0b997901623bbfc03e93e598ad7c9e6d895566d2e875a7728bf867d2f9300c

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

require 'spec_helper'

describe 'notifiers' do

  it { growl.should be_instance_of(Growl) }

  it { knotify.should be_instance_of(Knotify) }

  it { notify_send.should be_instance_of(NotifySend)}

  it { lib_notify.should be_instance_of(NotifySend)}

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifiers-1.2.0 spec/notifiers_spec.rb