mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Removed unused let blocks (#7446)
The bodies of these blocks were never evaluated.
This commit is contained in:
committed by
Guo Xiang Tan
parent
17b34f5744
commit
ad44243a57
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user