summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/requests/delete_request.rb
blob: ea921ea24aa76bfd84a4b68dc75f0dfb83d328ce (plain)
1
2
3
4
5
# frozen_string_literal: true

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