method

stubbing

stubbing(object, method_name)
public

No documentation available.

# File activesupport/lib/active_support/testing/time_helpers.rb, line 38
      def stubbing(object, method_name)
        @stubs[object.object_id][method_name]
      end