spec/notifiers_spec.rb in notifiers-1.0 vs spec/notifiers_spec.rb in notifiers-1.1.0

- old
+ new

@@ -6,6 +6,8 @@ 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