We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84e32c5 + c4e8c22 commit 8726155Copy full SHA for 8726155
1 file changed
test/test_sqlite3.rb
@@ -19,6 +19,7 @@ def test_threadsafe?
19
end
20
21
def test_version_strings
22
+ skip if SQLite3::VERSION.include?("test") # see set-version-to-timestamp rake task
23
assert_equal(SQLite3::VERSION, SQLite3::VersionProxy::STRING)
24
25
0 commit comments