This controller includes only one before_action callback but no actions.
Adding the controller block at the top of the controller, can define actions and request the base controller for testing.
RSpec.describeWebhooksController,type: :controllerdocontrollerdodefindex;endenddescribe"Signature checks"docontext"when the signature is not found"doit"returns an unauthorized response"doget:indexexpect(response).tohave_http_status(:unauthorized)endendendend