make rubocop happy

This commit is contained in:
Neil Lalonde 2018-07-04 09:42:31 -04:00
parent f134701c7b
commit 24882ce1a5
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ describe PostDestroyer do
let(:author) { Fabricate(:user) }
let(:private_message) { Fabricate(:private_message_topic, user: author) }
let!(:first_post) { Fabricate(:post, topic: private_message, user: author) }
let!(:second_post) { Fabricate(:post, topic: private_message, user: author, post_number: 2)}
let!(:second_post) { Fabricate(:post, topic: private_message, user: author, post_number: 2) }
it "doesn't update post_count for a reply" do
expect {