ruby on rails のチュートリアルに従っています。自動テストを実行していますが、修正できないエラーがあります。私は自分の仕事をおそらく15回再確認しましたが、それでもすべてがビデオの単語と同じです.
これがエラーです。
4 examples, 1 failure
Failed examples:
rspec ./spec/controllers/pages_controller_spec.rb:12 # PagesController GET 'home' should have the right title
ここに pages_controller_spec ファイルhttps://gist.github.com/4565204と home_html ファイルhttps://gist.github.com/4565209があります
このエラーを修正する方法を知っている人はいますか? 「ホーム」はこれらのファイルで正しいタイトルを持っているためです。