We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66737c5 commit 3840233Copy full SHA for 3840233
1 file changed
test/test_integration_ractor.rb
@@ -4,16 +4,6 @@
4
require "fileutils"
5
6
class IntegrationRactorTestCase < SQLite3::TestCase
7
- STRESS_DB_NAME = "stress.db"
8
-
9
- def setup
10
- teardown
11
- end
12
13
- def teardown
14
- FileUtils.rm_rf(Dir.glob("#{STRESS_DB_NAME}*"))
15
16
17
def test_ractor_safe
18
skip unless RUBY_VERSION >= "3.0" && SQLite3.threadsafe?
19
assert_predicate SQLite3, :ractor_safe?
0 commit comments