diff --git a/Gemfile.lock b/Gemfile.lock index 55b0596b8..33f668d22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,4 +56,4 @@ DEPENDENCIES ruby_dep (~> 1.3) BUNDLED WITH - 1.17.2 + 1.17.2 \ No newline at end of file diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 20c6d877a..96cc474a5 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -4,6 +4,7 @@
ReceivedCallsException : Expected to receive a call matching:
@@ -48,8 +51,10 @@ Received 2 non-matching calls (non-matching arguments indicated with '*' charact
Mock, stub, fake, spy, test double? Strict or loose? Nah, just substitute for the type you need!
NSubstitute is designed for Arrange-Act-Assert (AAA) testing, so you just need to arrange how it should work, then assert it received the calls you expected once you're done. Because you've got more important code to write than whether you need a mock or a stub.