Related to https://github.com/angelf/escargot/issues/issue/2: It would be nice if updating could be turned on in test-mode using a block, kinda like ThinkingSphinx does it: <pre> ThinkingSphinx::Test.run do # Run code that specifically needs updates end </pre>