> But I am having a tough time writing a failing test. It seems as > though TestRequest does not implement the getter/setter the same way > as AbstractRequest. I've looked at mime_responds_test, and while it > is easy enough to replicate the bug there, it seems like it is out of > place as all the tests there are round trip tests. The obvious place > is request_test, but I can't get the @request instance variable to > behave like the real thing -it doesn't implement the setter the same > way as the request. > > I would greatly appreciate it if someone could point me towards a > testing mechanism.
Hey Chris, Sorry that it took a while to get back to you, jump into #rails-contrib and ask some of the folks hanging out in there. If we need to rejig the tests for that functionality, I'm sure we can hash it out pretty quickly. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
