Looking at this line, I could see that what you're ultimately testing is the assignment of a constant. Not really much benefit of doing that.
Also, the individual file generators are overriding this constant. Probably better to go with a method for that instead then. Constants are probably not the best candidates for this kind of a use case.
Looking at this line, I could see that what you're ultimately testing is the assignment of a constant. Not really much benefit of doing that.
Also, the individual file generators are overriding this constant. Probably better to go with a method for that instead then. Constants are probably not the best candidates for this kind of a use case.