Don't force top-level namespace

This commit is contained in:
Michael Miller 2021-07-10 14:17:14 -06:00
parent b07e13aeb4
commit 294bd61a25
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -62,7 +62,7 @@ module Spectator::Mocks
elsif t.has_method?(name) elsif t.has_method?(name)
:previous_def :previous_def
else else
"::#{name}" name
end.id end.id
%} %}