File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,21 @@ def test_limit_with_offset_is_kept_coerced
118118
119119
120120
121+ module ActiveRecord
122+ class Migration
123+ class ChangeSchemaTest < ActiveRecord ::TestCase
124+
125+ # We test these.
126+ coerce_tests! :test_create_table_with_bigint ,
127+ :test_create_table_with_defaults
128+
129+ end
130+ end
131+ end
132+
133+
134+
135+
121136module ActiveRecord
122137 class Migration
123138 class ColumnAttributesTest < ActiveRecord ::TestCase
@@ -300,21 +315,6 @@ def test_eager_load_belongs_to_primary_key_quoting_coerced
300315
301316
302317
303- module ActiveRecord
304- class Migration
305- class ChangeSchemaTest < ActiveRecord ::TestCase
306-
307- # We test these.
308- coerce_tests! :test_create_table_with_bigint ,
309- :test_create_table_with_defaults
310-
311- end
312- end
313- end
314-
315-
316-
317-
318318require 'models/developer'
319319require 'models/computer'
320320class NestedRelationScopingTest < ActiveRecord ::TestCase
You can’t perform that action at this time.
0 commit comments