以下是失败规范的示例:
2) widgets/new renders new sentiment form
Failure/Error: render
ActionView::Template::Error:
undefined method `each' for nil:NilClass
# ./app/views/widgets/new.html.erb:13:in `_app_views_widgets_new_html_erb__3591031757452814763_2164570860'
# /Users/user/.rvm/gems/ruby-1.9.3-p194@myapp/gems/actionpack-3.2.7/lib/action_view/template.rb:145:in `block in render'
# /Users/user/.rvm/gems/ruby-1.9.3-p194@myapp/gems/activesupport-3.2.7/lib/active_support/notifications.rb:123:in `block in instrument'
.......
这一切意味着什么:_app_views_widgets_new_html_erb__ 3591031757452814763_2164570860?它是否在某处呈现临时文件?为什么会有这些特定的数字?