lib/nc.rb in rspec-nc-0.0.2 vs lib/nc.rb in rspec-nc-0.0.3
- old
+ new
@@ -18,9 +18,10 @@
say title, body.join("\n")
end
def dump_pending; end
def dump_failures; end
+ def message(message); end
private
def say(title, body)
TerminalNotifier.notify body, :title => title