lib/shoulda/helpers.rb in rmm5t-shoulda-2.0.6 vs lib/shoulda/helpers.rb in rmm5t-shoulda-2.9.1
- old
+ new
@@ -1,10 +1,8 @@
-module ThoughtBot # :nodoc:
- module Shoulda # :nodoc:
- module Helpers
- # Prints a message to stdout, tagged with the name of the calling method.
- def report!(msg = "")
- puts("#{caller.first}: #{msg}")
- end
+module Shoulda # :nodoc:
+ module Helpers
+ # Prints a message to stdout, tagged with the name of the calling method.
+ def report!(msg = "")
+ puts("#{caller.first}: #{msg}")
end
end
end