So my first question on Stackoverflow..... =]
My tests in Chapter 5.3.2 of Michael Hartl\'s RoR Tutorial are all failing, when the tutorial says it should be passing
I have same problem in this chapter, just change in config/routes.rb root to: 'static_pages#home' to root :to => 'static_pages#home' and it's start work. you can also check all routes with rake routes.