1
0
mirror of synced 2026-08-07 07:37:17 +00:00

DEV: Fix flaky specs (#114)

This commit is contained in:
David Taylor
2022-03-15 13:47:53 +00:00
committed by GitHub
parent 20f0b1c6ce
commit cd5387c567
@@ -3,6 +3,10 @@
require 'rails_helper'
describe 'Slack Command Controller', type: :request do
before do
Discourse.cache.clear
end
let(:category) { Fabricate(:category) }
let(:tag) { Fabricate(:tag) }
let(:tag2) { Fabricate(:tag) }