DEV: Remove a duplicated let definition

This commit is contained in:
Jarek Radosz 2020-03-27 17:42:15 +01:00 committed by GitHub
parent 898fc6a080
commit 6b3eba27fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) }