Removed unused let blocks (#7446)

The bodies of these blocks were never evaluated.
This commit is contained in:
Daniel Waterworth
2019-04-29 15:08:56 +08:00
committed by Guo Xiang Tan
parent 17b34f5744
commit ad44243a57
34 changed files with 0 additions and 74 deletions
-1
View File
@@ -677,7 +677,6 @@ describe UserMerger do
let(:post1) { Fabricate(:post) }
let(:post2) { Fabricate(:post) }
let(:post3) { Fabricate(:post) }
def log_like_action(acting_user, user, post)
UserAction.log_action!(action_type: UserAction::LIKE,