# frozen_string_literal: true RSpec.shared_examples 'a DELETE request' do let(:headers) { { 'CONTENT_TYPE' => 'application/json' } } end