Recently I am seeing tests using Rails 3 intermittently fail with the following error:
Failure/Error: visit some_path
ActionView::Template::Error:
Could not concatenate to the buffer because it is not html safe.
The failures appears to be non-deterministic.
Can anyone suggest what could be causing it?