requireFile.expand_path(File.dirname(__FILE__)+'/../spec_helper')describe"When searching"doit"should not strip quotes from quoted query"dorequest_via_redirect("post","/search",:query=>'"mouse stilton"')response.body.shouldinclude(""mouse stilton"")endend