Anyone know how to turn off warnings when running unit tests with rake?
I
keep getting a bunch of messages like this:
warning: already initialized constant ALL_CONTENT
Which is a constant in one of my models.
thanks,
Dave
Anyone know how to turn off warnings when running unit tests with rake?
I
keep getting a bunch of messages like this:
warning: already initialized constant ALL_CONTENT
Which is a constant in one of my models.
thanks,
Dave
You can try rake -q for quiet mode. I don’t know if it will suppress
your
warning or not, though.
– Wes
On 3/22/06, David C. [email protected] wrote:
Dave
Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails
–
-- Wes
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs