Commit 57befefe authored by Fabio Pitino's avatar Fabio Pitino

Merge branch 'ck3g-remove-dead-code-from-pagination_parser_spec' into 'master'

Do not import fixture helpers for PaginationParser

See merge request gitlab-org/gitlab!36708
parents f37dd23d 69a2a696
# frozen_string_literal: true
require 'fast_spec_helper'
require 'support/helpers/fixture_helpers'
RSpec.describe Sentry::PaginationParser do
include FixtureHelpers
describe '.parse' do
subject { described_class.parse(headers) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment