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