search for: execute_sil

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

Did you mean: execute_sql
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