Commit 179926cf authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Fix missing requires in specs

Adds missing require 'spec_helper' in some specs
parent 6b5e1923
# 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