Make "humanification" of class names optional
Right now, the old Spec plugin's behavior of turning CamelCaseNames into Camel case names is still in effect. I don't really like this, but recognize it can be useful in spots when you're not actually describing a class per se.
Make it optional somehow -- just need an option which cascades down to camelcase2spec telling it to only do the prefix/suffix changes.
Hello, I was about to post the same feature request here as I have a similar request. My test class is called TestRabbitMQ and I get this:
Rabbit m q
- compression property
- compression snappy
- compression switcharoo
- compression zlib
...
Hehehe :smile:
Would it be possible to disable this behaviour or allow for exceptions?
Thanks! Fotis
Actually, an easy trick to getting over this is using a docstring for such classes. I'm really loving this spec addon, makes my test output so much prettier.
Thanks! Fotis
@fgimian Thanks! and yea, I tend to use docstrings as the workaround, though usually to get around truly unavoidable things like wanting apostrophes or such.