CarrierWave 0.6.0 testing change
Have you ever stubbed out the call to url in CarrierWave to trick out your Uploaders during specs?
Well as of 0.6.0, that’ll give you a nice error:
SystemStackError:
stack level too deep
So you’ll want to change the url method to call super (see gist).