mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +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
@ -19,7 +19,6 @@ end
|
||||
|
||||
describe UserAuthenticator do
|
||||
context "#finish" do
|
||||
let(:authenticator) { Auth::GithubAuthenticator.new }
|
||||
let(:group) { Fabricate(:group, automatic_membership_email_domains: "discourse.org") }
|
||||
|
||||
before do
|
||||
|
Reference in New Issue
Block a user