1. コンパイルエラーを解消する NonStrictExpectationsをExpectationsに変更する Version 1.23でDeprecated、Version 1.25で削除になってます。 Version 1.23 (Apr 24, 2016): Deprecated the NonStrictExpectations class. Existing tests should use Expectations instead. Version 1.25 (Jun 26, 2016): Removed the NonStrictExpectations class, which was deprecated in version 1.23. とりあえず、コンパイルエラーをなんとかしたいので、盲目的に変えていきます。 NonStrictExpectationsの使い方は以下の
