mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 14:08:32 +08: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
@ -737,7 +737,6 @@ describe Topic do
|
||||
context 'invite' do
|
||||
|
||||
context 'existing user' do
|
||||
let(:walter) { Fabricate(:walter_white) }
|
||||
|
||||
context 'by group name' do
|
||||
let(:group) { Fabricate(:group) }
|
||||
|
Reference in New Issue
Block a user