From a2cee877ec890962d302f24caf99b6ae1de4801f Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Mon, 18 Oct 2010 16:36:49 -0700 Subject: got rid of retarded check method. down with rspec --- test/test_activerecord_compat.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_activerecord_compat.rb') diff --git a/test/test_activerecord_compat.rb b/test/test_activerecord_compat.rb index b70887e36c..74a59adbd6 100644 --- a/test/test_activerecord_compat.rb +++ b/test/test_activerecord_compat.rb @@ -9,7 +9,7 @@ module Arel manager.where table[:id].eq 1 manager.where table[:name].eq 'Aaron' - check manager.wheres.map { |x| + manager.wheres.map { |x| x.value }.join(', ').must_equal "\"users\".\"id\" = 1, \"users\".\"name\" = 'Aaron'" end -- cgit v1.2.3