mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-03 16:04:30 +00:00
10 lines
221 B
Ruby
10 lines
221 B
Ruby
# frozen_string_literal: true
|
|
|
|
require 'spec_helper'
|
|
|
|
RSpec.describe Gitlab::Redis::SharedState do
|
|
let(:instance_specific_config_file) { "config/redis.shared_state.yml" }
|
|
|
|
include_examples "redis_shared_examples"
|
|
end
|