The documentation appears to be incorrect, Rails 2.2.2 expects the name of the template (or regexp) as the first arg.
I suspect the documentation relates to Rails 2.3. Can someone confirm this? Is there any way of determining which version of Rails the docs in api.rubyonrails.org relate to? 2009/3/13 Bob Mundane <[email protected]> > > Hi, following the documentation at > > http://api.rubyonrails.org/classes/ActionController/Assertions/ResponseAssertions.html#M000543 > assert_template should accept :partial options > > eg. assert_templace :partial => '_foo' > > But, here with Rails 2.2.2, I get an error > TypeError: wrong argument type Hash (expected Regexp) > > Am I the only one to have this problem ? > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

