Sha256: f7d159f67a6b36ca1c9a002a459056769c3007fbecabd9a3c90e7fe4bd96bcbb
Contents?: true
Size: 338 Bytes
Versions: 12
Compression:
Stored size: 338 Bytes
Contents
require 'cases/sqlserver_helper' class ValidationsTestSqlserver < ActiveRecord::TestCase end class ValidationsTest < ActiveRecord::TestCase COERCED_TESTS = [:test_validate_uniqueness_with_limit_and_utf8] include SqlserverCoercedTest def test_coerced_test_validate_uniqueness_with_limit_and_utf8 true end end
Version data entries
12 entries across 12 versions & 1 rubygems