mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-07-04 21:22:10 +00:00
DEV: Remove a duplicated let
definition
This commit is contained in:
parent
898fc6a080
commit
6b3eba27fa
@ -9,8 +9,6 @@ RSpec.describe DiscourseChat::Manager do
|
||||
let(:chan1) { DiscourseChat::Channel.create!(provider: 'dummy') }
|
||||
let(:chan2) { DiscourseChat::Channel.create!(provider: 'dummy') }
|
||||
|
||||
let(:category) { Fabricate(:category) }
|
||||
|
||||
let(:category) { Fabricate(:category) }
|
||||
let(:tag1) { Fabricate(:tag) }
|
||||
let(:tag2) { Fabricate(:tag) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user