Loaded suite

Where does the "Loaded suite" text come from that appears after running a script containing 'require "config/environment"'?

I want to run a script where the output has to be in a certain format, and the extra "Loaded suite ..." output breaks that.

Hope this is enough info, let me know if I wasn't clear about anything Gareth

probably from Test::Unit I don't get that output from scripts requiring environment.rb, so there's probably something in yours that's loading part of the test infrastructure.

Fred