Fernando Perez wrote:
I don't think this is a problem.

Pat

Don't you find it painful to go through each controller and/or each controller spec to correct the name of the method that has just changed?

So you don't mind having to change in many different places should_receive(:find_if_purchased) to should_receive(:find_if_subscribed) ?
I think as David mentioned 'search and replace' in an IDE helps ensure that is not painful. I'd even go so far as to say its quite fun, buts thats just me :)

--
Joseph Wilk
http://www.joesniff.co.uk

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to