# frozen_string_literal: true RSpec.shared_context "headers" do |header_tags| if header_tags.include?(:Authorization) header "X-Pagination-Count", type: :integer, description: "Общее количество с учетом search" header "X-Pagination-Limit", type: :integer, description: "Количество элементов на странице" header "X-Pagination-Page", type: :integer, description: "Номер текущей страницы" end end