Skip to content

Commit 9e64a7a

Browse files
committed
remove dead code
1 parent 46fcc42 commit 9e64a7a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/test_integration_ractor.rb

-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
require "fileutils"
55

66
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-
end
16-
177
def test_ractor_safe
188
skip unless RUBY_VERSION >= "3.0" && SQLite3.threadsafe?
199
assert_predicate SQLite3, :ractor_safe?

0 commit comments

Comments
 (0)