I'm following rubyonrails tutorial, then I stuck on http://ruby.railstutorial.org/chapters/rails-flavored-ruby#code:home_page_base_title
when I typed 'bundle exec rspec spec/requests/static_pages_spec.rb' got the following error
no DRb server is running. Running in local process instead ... FFFFFFFFF
Failures:
1) Static pages Home page should have the 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
block (3 levels) in '
in .rspec file
--colour --drb
Do the errors come from guard, sport(in last part of chapter 3)??