mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
also rename the test-case class inside columns_test.rb
This commit is contained in:
parent
a628dd5ac4
commit
e7f0716eee
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require "cases/migration/helper"
|
|||
|
||||
module ActiveRecord
|
||||
class Migration
|
||||
class RenameColumnTest < ActiveRecord::TestCase
|
||||
class ColumnsTest < ActiveRecord::TestCase
|
||||
include ActiveRecord::Migration::TestHelper
|
||||
|
||||
self.use_transactional_fixtures = false
|
||||
|
|
Loading…
Reference in a new issue