Skip to content

Commit bf9577e

Browse files
Merge pull request rails#49123 from skipkayhil/hm-followup-49090
Remove $global mistakenly left in test
2 parents 31052d0 + db1a353 commit bf9577e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activerecord/test/cases/migration/compatibility_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,8 +783,6 @@ def migrate(x)
783783
end
784784
}.new(nil, 0)
785785

786-
$global = true
787-
788786
change_migration = Class.new(migration_class) {
789787
def migrate(x)
790788
change_column :more_testings, :published_at, :datetime

0 commit comments

Comments
 (0)