Revert "Add return for 1.8.7"

This reverts commit 665ef116ac9000d514c03fc61b216513f5cb7b25.

There is no need for the return anymore, so reverting.
This commit is contained in:
Carlos Antonio da Silva 2012-01-06 04:08:42 -02:00
parent 8f309e3105
commit 8c2e7bcfd5

@ -533,7 +533,7 @@ def test_default_scope_include_with_count
def test_default_scope_is_threadsafe
if in_memory_db?
return skip "in memory db can't share a db between threads"
skip "in memory db can't share a db between threads"
end
threads = []