# File lib/spec/rails/example/render_observer.rb, line 29
        def warn_deprecation(deprecated_method, new_method)
          Kernel.warn "\#{deprecated_method} is deprecated and will be removed from a future version of rspec-rails.\n\nPlease just use object.\#{new_method} instead.\n"
        end