File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments