我正在关注 rubyonrails 教程,然后我坚持http://ruby.railstutorial.org/chapters/rails-flavored-ruby#code:home_page_base_title
当我输入“bundle exec rspec spec/requests/static_pages_spec.rb”时出现以下错误
没有 DRb 服务器正在运行。而是在本地进程中运行... FFFFFFFFF
失败:
1) 静态页面首页应该有 h1 'Sample App' Failure/Error: visit '/static_pages/home' ActionView::Template::Error: undefined local variable or method
page' for #<#<Class:0x007fd991bb7610>:0x007fd9928d8290> # ./app/helpers/application_helper.rb:6:in
full_title' # ./app/views/layouts/application .html.erb:4:in_app_views_layouts_application_html_erb__2444475768180965445_70286215048520' # ./spec/requests/static_pages_spec.rb:8:in
块 (3 级) in '
在 .rspec 文件中
--color --drb
错误是否来自后卫,运动(在第 3 章的最后部分)?