Rspec-core: Update `rspec --init` so that it enables warnings in commented out `spec_helper` rather than in .rspec

Created on 3 Jun 2014  路  7Comments  路  Source: rspec/rspec-core

All 7 comments

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.

(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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Drenmi picture Drenmi  路  4Comments

deepj picture deepj  路  3Comments

andyl picture andyl  路  6Comments

conradwt picture conradwt  路  3Comments

fimmtiu picture fimmtiu  路  3Comments