From f83bf926015e1bb737ed35466196649618e18334 Mon Sep 17 00:00:00 2001 From: Konstantin Reido Date: Fri, 20 Aug 2021 11:26:00 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0c7bdc..d37410b 100644 --- a/README.md +++ b/README.md @@ -539,7 +539,7 @@ end There is a context for testing bot controller in the way similar to Rails controller tests. It's supposed to be a low-level alternative for integration tests. Among the differences is -that controller tests use a single controller instance for all dispatches in specific exaple, +that controller tests use a single controller instance for all dispatches in specific example, session is stubbed (does not use configured store engine), and update is not serialized so it also supports mocks. This can be useful for unit testing, but should not be used as the default way to test the bot.