spec/notifiers_spec.rb in notifiers-1.1.0 vs spec/notifiers_spec.rb in notifiers-1.2.0
- old
+ new
@@ -1,13 +1,13 @@
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
\ No newline at end of file