# File lib/shoulda/helpers.rb, line 4
4:     def report!(msg = "")
5:       puts("#{caller.first}: #{msg}")
6:     end