Skip to content

Commit da0156f

Browse files
committed
Move test in alpha order.
1 parent cc914ec commit da0156f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

test/cases/coerced_tests.rb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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+
121136
module 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-
318318
require 'models/developer'
319319
require 'models/computer'
320320
class NestedRelationScopingTest < ActiveRecord::TestCase

0 commit comments

Comments
 (0)