man/man0/README.html in tork-19.3.2 vs man/man0/README.html in tork-19.4.0
- old
+ new
@@ -123,11 +123,11 @@
be zero, thereby falsely indicating that a spec had passed. <a href="https://github.com/rspec/rspec-core/pull/569/files">This patch</a> fixes the problem.</p><h3 id="With-Ruby-on-Rails">With <a href="http://rubyonrails.org">Ruby on Rails</a></h3><p>For Rails 3 or newer, use the <code>rails</code> configuration helper <em>before</em> the <code>test</code>
or <code>spec</code> helpers. Otherwise your test helper will load Rails <em>before</em> the
specified <code>rails</code> configuration helper has a chance to disable class caching!</p><p>For older Rails, make sure your <code>config/environments/test.rb</code> file contains:</p>
<pre><code>config.cache_classes = false
</code></pre>
-<p>To use SQLite3 as your test database, install its <a href="https://github.com/stepahn/memory_test_fix">in-memory database
-adapter</a>. Otherwise, you <em>might</em> face these errors:</p>
+<p>For older Rails, to use SQLite3 as your test database, install the <a href="https://github.com/stepahn/memory_test_fix">in-memory
+database adapter</a>. Otherwise, you <em>might</em> face these errors:</p>
<blockquote>
<p>SQLite3::BusyException: database is locked</p><p>cannot start a transaction within a transaction</p></blockquote>
<h2 id="Configuration">Configuration</h2><p>Tork looks for a configuration directory named <code>.tork/</code> inside its working
directory. The configuration directory contains specially-named Ruby scripts,
within which you can query and modify the settings for various tork programs.