I'm running tests that returns puts to console with return value as nil
Problem is that I'm now getting puts output coming out whenever I run tests with RSpec.
How would you test this output and make sure no output is showing up in test console?