spec/nsnotify_spec.rb in nsnotify-0.0.3 vs spec/nsnotify_spec.rb in nsnotify-0.0.4

- old
+ new

@@ -7,9 +7,10 @@ end end describe "#notify" do it "should notify.." do + Nsnotify.app_name = "Rspec" Nsnotify.notify "Nsnotify!", "Can you see my tongue?!" sleep 2 Nsnotify.success "Yeah if this works!" sleep 2 Nsnotify.error "Did something go wrong?!?"