Remove unneeded comments

This commit is contained in:
David Taylor 2017-07-07 11:51:19 +01:00
parent 95dd6bc09c
commit 52b8e3f3a6
1 changed files with 0 additions and 3 deletions

View File

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