lib/guard/cane.rb in guard-cane-0.1.2 vs lib/guard/cane.rb in guard-cane-0.1.3

- old
+ new

@@ -6,11 +6,11 @@ class Cane < Guard DEFAULTS = { run_all_on_start: true } - SUCCESS = ["Passed", { title: "Passed", image: :success }] - FAILED = ["Failed", { title: "Failed", image: :failed }] + SUCCESS = ["Passed", { title: "Cane", image: :success }] + FAILED = ["Failed", { title: "Cane", image: :failed }] attr_reader :last_result, :options def initialize(watchers = [], options = {}) super