提交 82200b25 编写于 作者: S Sean Griffin

Fix failing tests

`bind_values` was removed from Arel
上级 b691a946
......@@ -31,7 +31,7 @@ GIT
GIT
remote: https://github.com/rails/arel.git
revision: 7a29220c689feb0581e21d5324b85fc2f201ac5e
revision: 0e7ce3f4c7c17e72f905b26aff3893149f524888
specs:
arel (8.0.0)
......
......@@ -26,7 +26,7 @@ module DelegationWhitelistTests
module DeprecatedArelDelegationTests
AREL_METHODS = [
:with, :orders, :froms, :project, :projections, :taken, :constraints, :exists, :locked, :where_sql,
:ast, :source, :join_sources, :to_dot, :bind_values, :create_insert, :create_true, :create_false
:ast, :source, :join_sources, :to_dot, :create_insert, :create_true, :create_false
]
def test_deprecate_arel_delegation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册