提交 8628948e 编写于 作者: A Aaron Patterson

fixing test for mysql2

上级 4ae8381e
......@@ -385,13 +385,10 @@ def test_string_id_column_joins
c.id = "PL"
end
b = Book.create! do |t|
t.id = "UE"
end
b = Book.create!
Subscription.create!(:subscriber_id => "PL", :book_id => "UE")
Subscription.create!(:subscriber_id => "PL", :book_id => b.id)
s.reload
s.books
s.book_ids = s.book_ids
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册