mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-07 12:08:17 +00:00
DEV: Fix flaky specs (#114)
This commit is contained in:
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) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user