AbstractController::Helpers::MissingHelperError

エラー内容

Rails Tutorial 13章 リスト 13.28 Userプロフィール画面に対するテストを記述し、テストを実行すると、Missing helper file helpers/microposts_helper.rb (AbstractController::Helpers::MissingHelperError)というエラーが出現した。

対処方法

$ spring stop

参考サイト

stackoverflow.com

特に "AbstractController::Helpers::MissingHelperError: showing a custom controller helper was missing when I ran the test suite. Running "spring stop" as suggested at the terminal (Linux) and rerunning the test suite was immediately successful with no other action required. " という箇所が役立った