Commit 162b8d4c authored by allison.browne's avatar allison.browne

Remove rails cache clean in spec

parent ae8dd183
......@@ -3,7 +3,7 @@
require 'spec_helper'
describe Gitlab::GrafanaEmbedUsageData do
describe '#issue_count', :use_clean_rails_memory_store_caching do
describe '#issue_count' do
subject { described_class.issue_count }
let(:project) { create(:project) }
......
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