lib/agile_notifier/configuration.rb in agile_notifier-1.0 vs lib/agile_notifier/configuration.rb in agile_notifier-1.1
- old
+ new
@@ -57,9 +57,13 @@
end
def alert_on_fail
alert(:blame, :fail)
end
+
+ def alert_on_unstable
+ alert(:warn, :unstable)
+ end
def alert_on_fix
alert(:praise, :fix)
end
\ No newline at end of file