Commit 69a2a696 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Do not import fixture helpers for PaginationParser

The spec file doesn't use any fixtures, there is no need to use the
FixureHelpers module.
parent c0df5956
# 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