guard-jruby-rspec
guard-jruby-rspec copied to clipboard
Avoid "already initialized constant" warnings when reloading files
Once I was able to get non-spec classes reloading on changes with the Guard 1.1 fix in #17, I am receiving a ton of "already initialized constant" errors.
I'd rather a solution that doesn't disable warnings completely, but I can't seem to find a way to ignore a specific type of warning from logging out.
let me think on this one for a bit.