How do I silence the following RightAWS messages when running tests

Posted by Laurie Young on Stack Overflow See other posts from Stack Overflow or by Laurie Young
Published on 2009-11-26T12:15:16Z Indexed on 2010/04/04 19:03 UTC
Read the original article Hit count: 425

Filed under:
|
|
|
|

I'm using the RighAWS gem, and mocking at the http level so that the RightAWS code is being executed as part of my tests.

When this happens I get the following output

....New RightAws::S3Interface using per_request-connection mode Opening new HTTP connection to s3.amazonaws.com:80 .New RightAws::S3Interface using per_request-connection mode .

Even though all the tests pass, when I do have errors its harder to scan them because of this output. is there a nice way to silence it?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about testing