diff --git a/test/test_helper.rb b/test/test_helper.rb
index 7379bee0597bff10aa0fa6c6416f816370303e68..0ddc88c70674b155ac31f5e5ed64cd2879435273 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -29,7 +29,6 @@ module ActiveRecord
     def self.scope(*args); end
 
     def method_missing(name, *args, &block)
-      puts "Nao incluiu direito no active record..." if name == "geocoder_options"
       if name.to_s[-1..-1] == "="
         write_attribute name.to_s[0...-1], *args
       else