Fernando Perez wrote: > How can I unit test an Observer? Its new method is private, and I can't > find any documentation on that topic.
Can't you trigger the observed event - such as Frob.create - and then detect the side-effect the observer produces? -- Phlip http://flea.sourceforge.net/resume.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

