Uses spec_helper instead of rails_helper

spec/rails_helper.rb was removed on
1068ec2e92
This commit is contained in:
Mayra Cabrera 2019-09-03 15:56:53 +00:00 committed by Rémy Coutable
parent 8d687c5117
commit 6ef271af8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'rails_helper'
require 'spec_helper'
describe Gitlab::AnonymousSession, :clean_gitlab_redis_shared_state do
let(:default_session_id) { '6919a6f1bb119dd7396fadc38fd18d0d' }