On Sunday, March 15, 2015 at 8:28:51 AM UTC-7, Michael R. Cook wrote:
>
> I'm trying to test a Roda/Sequel app with RSpec and I'm getting a bunch of 
> errors when running this in the RSpec config;
>

Those aren't errors, they are $VERBOSE warnings.  Roda and Sequel are not 
$VERBOSE warning free, and attempting to make them $VERBOSE warning free by 
initializing instance variables to nil hurts performance, so I've refused 
to do it.

Remove -w from your RUBYOPT or whatever else is causing $VERBOSE warnings 
to be displayed.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to