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
464
464
assert SSTestStringDefaultsView . lease_connection . data_source_exists? ( SSTestStringDefaultsView . table_name )
465
465
end
466
466
467
- # That have more than 4000 chars for their defintion
467
+ # That have more than 4000 chars for their definition
468
468
469
- it "cope with null returned for the defintion " do
469
+ it "cope with null returned for the definition " do
470
470
assert_nothing_raised ( ) { SSTestStringDefaultsBigView . columns }
471
471
end
472
472
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
474
474
assert_equal "null" , SSTestStringDefaultsBigView . new . pretend_null ,
475
475
SSTestStringDefaultsBigView . columns_hash [ "pretend_null" ] . inspect
476
476
end
You can’t perform that action at this time.
0 commit comments