Hello, one module defines several CONSTANTS
As it is required from few classes I get
warning: already initialized constant FOO

How can I prevents the redefinition of theses CONSTANTS ? It's just 
because it pollutes my screen during unit testing...

Thanks