> In the meantime I have used alias_method_chain to override the method > in the super class. I up this old post, but I was having the same problem mocking super() so I had to alias_method_chain my method. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
- Re: [rspec-users] Is stubbing a call to super possible? Fernando Perez
- Re: [rspec-users] Is stubbing a call to super possibl... David Chelimsky