提交 6d480a8f 编写于 作者: A akihiro17

Fix the unused variable warning

This fixes the following warning.

```ruby
warning: assigned but unused variable - index_definition
```
上级 479217ca
......@@ -241,7 +241,6 @@ def test_migrate_nested_revert_whole_migration
end
def test_migrate_revert_change_column_default
index_definition = ["horses", [:name, :color]]
migration1 = ChangeColumnDefault1.new
migration1.migrate(:up)
assert_equal "Sekitoba", Horse.new.name
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册