Method: FlexMock::PartialMockProxy#flexmock_verify
- Defined in:
 - lib/gems/flexmock-0.8.3/lib/flexmock/partial_mock.rb
 
#flexmock_verify ⇒ Object
Verify that the mock has been properly called. After verification, detach the mocking infrastructure from the existing object.
      148 149 150  | 
    
      # File 'lib/gems/flexmock-0.8.3/lib/flexmock/partial_mock.rb', line 148 def flexmock_verify @mock.flexmock_verify end  |