lib/bot/adapters/test.rb in bot-0.0.41 vs lib/bot/adapters/test.rb in bot-0.0.42
- old
+ new
@@ -17,10 +17,10 @@
def self.empty_messages
@@sent_messages = []
end
- def verify_signature(signature, body, from)
+ def verify_request(request)
true
end
end
end
end