提交 d220e8ad 编写于 作者: A Aaron Patterson

recover from test runs that leave the database in a bad state

上级 e992cd4d
......@@ -5,7 +5,7 @@ class HotCompatibilityTest < ActiveRecord::TestCase
setup do
@klass = Class.new(ActiveRecord::Base) do
connection.create_table :hot_compatibilities do |t|
connection.create_table :hot_compatibilities, force: true do |t|
t.string :foo
t.string :bar
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册