test/test_mysql2.rb in upsert-0.1.0 vs test/test_mysql2.rb in upsert-0.1.1
- old
+ new
@@ -29,9 +29,11 @@
it_also 'can be speeded up with upserting'
it_also 'supports binary upserts'
- it_also "supports multibyte"
+ it_also 'supports multibyte'
+
+ it_also 'is thread-safe'
it_also "doesn't mess with timezones"
end