Capybara + Rack 1.2.3 encoding issues
dogenpunk opened this issue · 2 comments
Rack is spewing errors when running acceptance tests.
gems/rack-1.2.3/lib/rack/utils.rb:16: warning: regexp match /.../n against to UTF-8 string
teamcapybara/capybara#243 -- this is fixed in Rack 1.3 on which Rails 3.1 will depend, so updating when Rails 3.1 is released should resolve this. If this is annoying for anyone else there is a patch for Capybara that supposedly removes the offending message.
(lol closed by mistake)
Yeah I don't really mind about this but nice to know it will be fixed. I was planning to migrate to 3.1 when it becomes stable (like 2 months after official release).
Btw there's a failing acceptance test that I committed a couple of days ago (to add the .example files). I'm fixing it right now =P
Cool, I just wanted to get it down somewhere in case folks were wondering about it.