Commit 3bb87b79 authored by Andy Soiron's avatar Andy Soiron

Merge branch 'fix-missing-spec-helper' into 'master'

Fix missing requires in specs

See merge request gitlab-org/gitlab!70026
parents 7bfaa609 179926cf
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Gitlab::ActionCable::RequestStoreCallbacks do
describe '.wrapper' do
it 'enables RequestStore in the inner block' do
......
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Gitlab::Database::LoadBalancing::ActionCableCallbacks, :request_store do
describe '.wrapper' do
it 'uses primary and then releases the connection and clears the session' do
......
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