aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorNick Kallen <nkallen@nick-kallens-computer-2.local>2008-03-13 22:46:12 -0700
committerNick Kallen <nkallen@nick-kallens-computer-2.local>2008-03-13 22:46:12 -0700
commita8cf09a5b6bd4019e0f68e70d62d6e6be6b3784b (patch)
tree5d7cb44278250098b95db9f7b3bdb9889a84e2b7 /spec
parentc823c2c2cc3e5d0a709d67e585e73fde0f11512f (diff)
downloadrails-a8cf09a5b6bd4019e0f68e70d62d6e6be6b3784b.tar.gz
rails-a8cf09a5b6bd4019e0f68e70d62d6e6be6b3784b.tar.bz2
rails-a8cf09a5b6bd4019e0f68e70d62d6e6be6b3784b.zip
added abstract declaration
Diffstat (limited to 'spec')
-rw-r--r--spec/active_relation/unit/relations/compound_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/active_relation/unit/relations/compound_spec.rb b/spec/active_relation/unit/relations/compound_spec.rb
index d271529998..e8fcd12e2c 100644
--- a/spec/active_relation/unit/relations/compound_spec.rb
+++ b/spec/active_relation/unit/relations/compound_spec.rb
@@ -21,13 +21,5 @@ module ActiveRelation
@compound_relation.attributes.should == @relation.attributes.collect { |a| a.bind(@compound_relation) }
end
end
-
- describe 'hashing' do
- it 'implements hash equality' do
- hash = {}
- hash[@compound_relation] = 1
- hash[ConcreteCompound.new(@relation)].should == 1
- end
- end
end
end \ No newline at end of file