Railsのテストを実行しようとすると`Web Console is activated in the test environment`と怒られた話

Railsのテストをを実行しようとrails testとターミナルに打ったらこんな感じのメッセージが出てきて怒られました。 Web Console is activated in the test environment, which is usually a mistake. To ensure it's only activated in development mode, move it to the development group of your Gemfile: gem 'web-con…