From 7a068384b74813b3ea9a309d237c6ce8e8fde5d6 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Sat, 17 May 2008 23:35:51 -0700 Subject: still faster --- spec/arel/unit/predicates/binary_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/arel') diff --git a/spec/arel/unit/predicates/binary_spec.rb b/spec/arel/unit/predicates/binary_spec.rb index 2d6ef5d7e3..e5b30b787d 100644 --- a/spec/arel/unit/predicates/binary_spec.rb +++ b/spec/arel/unit/predicates/binary_spec.rb @@ -72,7 +72,7 @@ module Arel describe 'when an operand is a value' do it "manufactures an expression with unmodified values" do ConcreteBinary.new(@attribute1, "asdf").bind(@another_relation). \ - should == ConcreteBinary.new(@another_relation[@attribute1], "asdf") + should == ConcreteBinary.new(@attribute1.circle(@another_relation), "asdf".circle(@another_relation)) end end end -- cgit v1.2.3