test/notifier_test.rb in notifier-0.1.5 vs test/notifier_test.rb in notifier-0.2.0

- old
+ new

@@ -41,10 +41,10 @@ Notifier.notify(params) end test "retrieve list of all notifiers" do - assert_equal 7, Notifier.notifiers.size + assert_equal 8, Notifier.notifiers.size end test "consider Placebo as fallback notifier" do assert_equal Notifier::Placebo, Notifier.supported_notifiers.last end