Remove unneeded comments
This commit is contained in:
parent
95dd6bc09c
commit
52b8e3f3a6
|
@ -1,9 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe 'Slack Command Controller', type: :request do
|
||||
# let(:first_post) { Fabricate(:post) }
|
||||
# let(:topic) { Fabricate(:topic, posts: [first_post]) }
|
||||
# let(:admin) { Fabricate(:admin) }
|
||||
let(:category) { Fabricate(:category) }
|
||||
let(:tag) { Fabricate(:tag) }
|
||||
let(:tag2) { Fabricate(:tag) }
|
||||
|
|
Loading…
Reference in New Issue