# File lib/commands/webhook.rb, line 67 def fire_webhook(name, url) say "Test firing webhook..." make_webhook_request(:post, name, url, "web_hooks/fire") end