Commit 1e13c6ff authored by Bob Van Landuyt's avatar Bob Van Landuyt

Use memory store cache for the Gitlab::Auth

This avoids leaking information into Rails.cache that could influence
other specs.
parent dd7dec17
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
describe Gitlab::Auth do describe Gitlab::Auth, :use_clean_rails_memory_store_caching do
let(:gl_auth) { described_class } let(:gl_auth) { described_class }
set(:project) { create(:project) } set(: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