This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
Mutation of super
to super()
should not happen for a method with no arguments
#22
Labels
From @mvz on July 16, 2016 11:48
(Follow-up from #309).
It looks like mutant wants to enforce
super()
as opposed tosuper
, even when those two options are completely equivalent:Here, idiomatic Ruby would favor
super
oversuper()
, but mutant wants me to usesuper()
, and I see no way to write a spec to favorsuper
.Copied from original issue: mbj/mutant#615
The text was updated successfully, but these errors were encountered: