Skip to content

Commit 8726155

Browse files
authored
Merge pull request #329 from sparklemotion/flavorjones-fix-version-test
test: skip version string assertion when testing native gems
2 parents 84e32c5 + c4e8c22 commit 8726155

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_sqlite3.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test_threadsafe?
1919
end
2020

2121
def test_version_strings
22+
skip if SQLite3::VERSION.include?("test") # see set-version-to-timestamp rake task
2223
assert_equal(SQLite3::VERSION, SQLite3::VersionProxy::STRING)
2324
end
2425
end

0 commit comments

Comments
 (0)