1
0
Fork 0
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:
Yves Senn 2013-02-24 02:26:01 +01:00
parent a628dd5ac4
commit e7f0716eee

View file

@ -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