search for: execute_silently

Displaying 1 result from an estimated 1 matches for "execute_silently".

2007 Dec 06
6
mock libraries, Object#send, and Object#__send__
What is the appropriate way to stub out (and put an expectation on Object#__send__), without getting warnings from the Rspec mock library? Scott