Skip to content

Commit 19de909

Browse files
committed
Fix typo
1 parent 7dcff73 commit 19de909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cases/adapter_test_sqlserver.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,13 +464,13 @@ class AdapterTestSQLServer < ActiveRecord::TestCase
464464
assert SSTestStringDefaultsView.lease_connection.data_source_exists?(SSTestStringDefaultsView.table_name)
465465
end
466466

467-
# That have more than 4000 chars for their defintion
467+
# That have more than 4000 chars for their definition
468468

469-
it "cope with null returned for the defintion" do
469+
it "cope with null returned for the definition" do
470470
assert_nothing_raised() { SSTestStringDefaultsBigView.columns }
471471
end
472472

473-
it "using alternate view defintion still be able to find real default" do
473+
it "using alternate view definition still be able to find real default" do
474474
assert_equal "null", SSTestStringDefaultsBigView.new.pretend_null,
475475
SSTestStringDefaultsBigView.columns_hash["pretend_null"].inspect
476476
end

0 commit comments

Comments
 (0)