Remove unused variable.

This commit is contained in:
Guo Xiang Tan 2018-10-04 13:21:37 +08:00
parent 1907338834
commit d43ed4afa2
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ describe ComposerMessagesFinder do
let(:topic) { Fabricate(:post).topic } let(:topic) { Fabricate(:post).topic }
let!(:post) do let!(:post) do
post = PostCreator.create!( PostCreator.create!(
user, user,
topic_id: topic.id, topic_id: topic.id,
post_number: 1, post_number: 1,