Skip to content
Snippets Groups Projects
Commit 4bf01ce5 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'fixes-broken-master-on-anonymous-session' into 'master'

Uses spec_helper instead of rails_helper

Closes #66952

See merge request gitlab-org/gitlab-ce!32594
parents 8d687c51 6ef271af
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
 
require 'rails_helper'
require 'spec_helper'
 
describe Gitlab::AnonymousSession, :clean_gitlab_redis_shared_state do
let(:default_session_id) { '6919a6f1bb119dd7396fadc38fd18d0d' }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment