Fix failing tests

`bind_values` was removed from Arel
This commit is contained in:
Sean Griffin 2017-07-25 09:14:18 -04:00
parent b691a946ba
commit 82200b2541
2 changed files with 2 additions and 2 deletions

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