spec/lib/flapjack/data/notification_spec.rb in flapjack-0.6.61 vs spec/lib/flapjack/data/notification_spec.rb in flapjack-0.7.0

- old
+ new

@@ -1,6 +1,12 @@ require 'spec_helper' require 'flapjack/data/notification' describe Flapjack::Data::Notification do + it "generates a notification for an event" + + it "generates messages for contacts" + + it "returns its contained data" + end \ No newline at end of file