From bc4f6b8a29fc96c05efe0304ce7fad075818d2a2 Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Sun, 13 Jan 2008 18:31:35 -0800 Subject: experimenting with strategy pattern rather than conditional; not as terse, nor transparent, but i still feel it's better --- spec/active_relation/predicates/equality_spec.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/active_relation/predicates/equality_spec.rb') diff --git a/spec/active_relation/predicates/equality_spec.rb b/spec/active_relation/predicates/equality_spec.rb index b3c7b597a0..9394e63835 100644 --- a/spec/active_relation/predicates/equality_spec.rb +++ b/spec/active_relation/predicates/equality_spec.rb @@ -22,4 +22,7 @@ describe ActiveRelation::Predicates::Equality do ActiveRelation::Predicates::Equality.new(@attribute1, @attribute2).should == ActiveRelation::Predicates::Equality.new(@attribute2, @attribute1) end end + + describe '#to_sql' do + end end \ No newline at end of file -- cgit v1.2.3