Commit 94a8b936 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Explain why we need locals again in let(:ce)

parent 450111a5
......@@ -35,6 +35,7 @@ describe Gitlab::Patch::Prependable do
end
let(:ce) do
# So that block in Module.new could see them
prepended_modules = @prepended_modules
ee_ = ee
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment