...from a twitter conversation:
Awesome. took a brief look to see if I could quickly figure out where this was happening, with little success... if nobody else gets to it, I'll try and dig in when I get a chance.
Basically, we just need to remove this line:
...and add config.warnings = true to this file:
(Boo, I like forcing people to fix their warnings :P)
(Boo, I like forcing people to fix their warnings :P)
Unfortunately, many gems emit warnings, which can give the user a flood of messages without any indication what they can do to stop seeing them (since they can't change the warning-triggering code).
Yeah :/ although it might encourage them to go help fix them :P Or hassle the authors to do so :P
...or it might encourage users to not use RSpec when they can't figure out why they are getting so many warnings...
This was definitely disturbing to me as a new rspec user. It didn't make me leave, but it definitely made me think I was doing something complete wrong. :+1: